Class KnownCharsets
Determines charsets used in MIME document.
Inheritance
System.Object
KnownCharsets
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public sealed class KnownCharsets
Constructors
KnownCharsets()
Declaration
public KnownCharsets()
Fields
Koi8R
koi8 r.
Declaration
public const string Koi8R = "koi8-r"
Field Value
Type |
---|
System.String |
Koi8U
koi8 u.
Declaration
public const string Koi8U = "koi8-u"
Field Value
Type |
---|
System.String |
Latin1
latin1.
Declaration
public const string Latin1 = "latin1"
Field Value
Type |
---|
System.String |
Unicode
Unicode.
Declaration
public const string Unicode = "unicode"
Field Value
Type |
---|
System.String |
Utf8
utf-8.
Declaration
public const string Utf8 = "utf-8"
Field Value
Type |
---|
System.String |