Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Base64FormattingOptions

Assembly: System.Runtime

Specifies whether relevant <see cref="Overload:System.Convert.ToBase64CharArray" /> and <see cref="Overload:System.Convert.ToBase64String" /> methods insert line breaks in their output.

Values

None
Does not insert line breaks after every 76 characters in the string representation.
InsertLineBreaks
Inserts line breaks after every 76 characters in the string representation.