File |
public enum FileEncoding
| Member name | Value | Description |
|---|---|---|
| none | 0 | No encoding could be determined. |
| ascii | 1 | ASCII encoding. |
| binary | 2 | Binary data. |
| utf8 | 3 | UTF-8 encoding. |
| unicode | 4 | Unicode encoding. |
| utf16be | 5 | UTF-16 big-endian encoding. |
| utf16le | 6 | UTF-16 little-endian encoding. |
| utf32le | 7 | UTF-32 little-endian encoding. |
| utf32be | 8 | UTF-32 big-endian encoding. |
| uniCodeBOM | 9 | Unicode encoding detected by byte order mark. |
The FileLoaderFileEncoding type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |