The EncodingTools type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkGetEncoding(Int32)
Returns the encoding associated with the specified code page.
Public methodStatic memberSupported by the .NET Compact FrameworkGetEncoding(String)
Returns the encoding associated with the specified code page name.
Public methodStatic memberSupported by the .NET Compact FrameworkGetEncodingNames
Gets a list of supported encoding names.

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkASCII
ASCII encoding.
Public propertyStatic memberSupported by the .NET Compact FrameworkDefault
Default encoding.
Public propertyStatic memberSupported by the .NET Compact FrameworkUTF8
UTF-8 encoding.

See Also