Share via


Charset Members

The Charset class exposes information about a character set.

The following tables list the members exposed by the Charset type.

Public Properties

  Name Description
Aa566969.pubproperty(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif ASCII The ASCII property gets a Charset object representing the ASCII character set.
Aa566969.pubproperty(en-us,EXCHG.80).gif CodePage The CodePage property gets the code page number for the character set that this Charset object represents.
Aa566969.pubproperty(en-us,EXCHG.80).gif Culture The Culture property gets the read-only Culture object for this Charset object.
Aa566969.pubproperty(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif DefaultMimeCharset The DefaultMimeCharset property gets the MIME character set that is used to represent text in the default culture.
Aa566969.pubproperty(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif DefaultWebCharset The DefaultWebCharset property gets the Web character set that is used to represent text in the default culture.
Aa566969.pubproperty(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif DefaultWindowsCharset The DefaultWindowsCharset property gets the windows character set that is used to represent text in the default culture.
Aa566969.pubproperty(en-us,EXCHG.80).gif Description The Description property returns an English language description of the character set represented by this Charset object.
Aa566969.pubproperty(en-us,EXCHG.80).gif IsAvailable The IsAvailable property gets a Boolean value that indicates whether the character set represented by this Charset object is installed and available for encoding and decoding.
Aa566969.pubproperty(en-us,EXCHG.80).gif IsDetectable The IsDetectable property gets a Boolean value that indicates whether the character set represented by this Charset object can be detected by the OutboundCodePageDetector class.
Aa566969.pubproperty(en-us,EXCHG.80).gif IsWindowsCharset The IsWindowsCharset property gets a Boolean value that indicates whether the character set represented by this Charset object is a Windows character set.
Aa566969.pubproperty(en-us,EXCHG.80).gif Name The Name property returns the default name of the character set that is represented by this Charset object.
Aa566969.pubproperty(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif Unicode The Unicode property gets a Charset object that represents the Unicode character set.
Aa566969.pubproperty(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif UTF8 The UTF8 property gets a Charset object that represents the UTF-8 character set.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa566969.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa566969.pubmethod(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif GetCharset Overloaded. The GetCharset method overloads return a Charset object that represents a given character set.
Aa566969.pubmethod(en-us,EXCHG.80).gif GetEncoding Overloaded. The GetEncoding method overloads return the Encoding object for a given character set.
Aa566969.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa566969.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566969.pubmethod(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566969.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )
Aa566969.pubmethod(en-us,EXCHG.80).gifAa566969.static(en-us,EXCHG.80).gif TryGetCharset Overloaded. The TryGetCharset method overloads try to get a specified Charset object but do not throw exceptions if the Charset object cannot be obtained.
Aa566969.pubmethod(en-us,EXCHG.80).gif TryGetEncoding Overloaded. The TryGetEncoding method overloads try to get a specified Encoding object but do not throw exceptions if the Encoding object cannot be obtained.

Top

Protected Methods

  Name Description
Aa566969.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa566969.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top