Bridge

Base64FormattingOptions Enumeration

Specifies whether relevant ToBase64CharArray()()()() and ToBase64String()()()() methods insert line breaks in their output.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[EnumAttribute]
public enum Base64FormattingOptions
<ExternalAttribute> _
<EnumAttribute> _
Public Enumeration Base64FormattingOptions
[ExternalAttribute]
[EnumAttribute]
public enum class Base64FormattingOptions

Members


Member nameDescription
NoneDoes not insert line breaks after every 76 characters in the string representation.
InsertLineBreaksInserts line breaks after every 76 characters in the string representation.