Base64FormattingOptions

Base64FormattingOptions enum

Enumeration containing values that represent different formats of base-64 encoded data.

enum class Base64FormattingOptions

Values

NameValueDescription
None0No formatting.
InsertLineBreaks1Insert line breaks after every 76th character.

See Also