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