TextEncodingType 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.
Caution
This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.
Don't use! The API is obsolete!.
public enum class TextEncodingType
public enum class TextEncodingType
enum TextEncodingType
public enum TextEncodingType
[System.Obsolete("This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.", true)]
public enum TextEncodingType
type TextEncodingType =
[<System.Obsolete("This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.", true)>]
type TextEncodingType =
Public Enum TextEncodingType
- Inheritance
-
TextEncodingType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | No encoding. |
String | 1 | Unicode encoding. |
Unicode | 2 | Unicode encoding. |
Byte | 3 | Byte encoding. |
BigEndianUnicode | 4 | Big Endian Unicode encoding. |
BigEndianUTF32 | 5 | Big Endian UTF32 encoding. |
Utf8 | 5 | UTF8 encoding. |
Utf7 | 6 | UTF7 encoding. |
Ascii | 7 | ASCII encoding. |