Compartir a través de


Charset.GetCharset Method

Include Protected Members
Include Inherited Members

The GetCharset method overloads return a Charset object that represents a given character set.

Overload List

  Name Description
Public methodStatic member GetCharset(Int32) The GetCharset method returns a read-only Charset object that represents the character set specified by the codePage parameter.
Public methodStatic member GetCharset(String) The GetCharset method returns a read-only Charset object that represents the character set specified by the name parameter.

Top