NSDataBase64EncodingOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A flagging enumeration that can be used to specify options for GetBase64EncodedData(NSDataBase64EncodingOptions) and GetBase64EncodedString(NSDataBase64EncodingOptions).
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSDataBase64EncodingOptions
type NSDataBase64EncodingOptions =
- Inheritance
-
NSDataBase64EncodingOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
SixtyFourCharacterLineLength | 1 | |
SeventySixCharacterLineLength | 2 | |
EndLineWithCarriageReturn | 16 | |
EndLineWithLineFeed | 32 |