TextEncodingType Enum

Definition

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

Ascii 7

ASCII encoding.

BigEndianUnicode 4

Big Endian Unicode encoding.

BigEndianUTF32 5

Big Endian UTF32 encoding.

Byte 3

Byte encoding.

String 1

Unicode encoding.

Unicode 2

Unicode encoding.

Unknown 0

No encoding.

Utf7 6

UTF7 encoding.

Utf8 5

UTF8 encoding.

Applies to