Encoding-Sensitive VB.NET Method
using System.Text
Public MustInherit Class Encoding Implements ICloneable
Internationalization (I18n) Method Overview
The Encoding constructor initializes a new instance of the Encoding class.
The Encoding class is primarily intended to convert between different encodings and Unicode.
Often one of the derived Unicode classes is the correct choice for your application.
Use the GetEncoding method to obtain other encodings. Use the GetEncodings method to get a list of all encodings.
For more information see Microsoft's
MSDN online documentation.
VB.NET Encoding Information
|