EnumCharEncoding
Enum
Character encoding
(c) 1998-2000 (W3C) MIT, INRIA, Keio University See HtmlParser.cs for the copyright notice. Derived from HTML HtmlParser Release 4 Aug 2000
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum CharEncoding
Fields
ASCII
Ascii
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "ASCII")]
ASCII = 1
Field Value
ISO2022
ISO-2022
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "ISO")]
ISO2022 = 4
Field Value
UTF8
UTF-8
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "UTF")]
UTF8 = 3
Field Value