Enum Base64FormattingOptions
- Namespace
- System
- Assembly
- mscorlib.dll
Specifies whether relevant Convert.ToBase64CharArray and Convert.ToBase64String methods insert line breaks in their output.
[Flags]
public enum Base64FormattingOptions
Fields
InsertLineBreaks = 1
Inserts line breaks after every 76 characters in the string representation.
None = 0
Does not insert line breaks after every 76 characters in the string representation.