mscorlib(4.0.0.0) API with additions
Base64FormattingOptions.cs
1 namespace System
2 {
4  [Flags]
6  {
8  None = 0x0,
10  InsertLineBreaks = 0x1
11  }
12 }
Definition: __Canon.cs:3
Base64FormattingOptions
Specifies whether relevant Overload:System.Convert.ToBase64CharArray and Overload:System....
Inserts line breaks after every 76 characters in the string representation.