C#C
C#3y ago
MrScautHD

❔ Convert.ToBase64String(array, Base64FormattingOptions.InsertLineBreaks);

Hey guys!
Is it possible when i convert the byte array to a string that i can add the line brakes that i had before as a normal string back? before i did it to a byte and then again to a string?
Was this page helpful?