NSDataBase64DecodingOptions 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 with the C:Foundation.NSData(Foundation.NSData,Foundation.NSDataBase64DecodingOptions constructor.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSDataBase64DecodingOptions
type NSDataBase64DecodingOptions =
- Inheritance
-
NSDataBase64DecodingOptions
- Attributes
Fields
IgnoreUnknownCharacters | 1 | |
None | 0 |