DecodingOptions Constructor
Include Protected Members
Include Inherited Members
The DecodingOptions constructor overload creates a new DecodingOptions structure.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | DecodingOptions(DecodingFlags) | The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags. | 
| .gif) | DecodingOptions(DecodingFlags, String) | The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags and the encoding specified by charsetName. | 
| .gif) | DecodingOptions(DecodingFlags, Encoding) | The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags and the encoding specified by encoding. | 
Top