Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Encoding::Convert Method

 

Converts a byte array from one encoding to another.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticConvert(Encoding^, Encoding^, array<Byte>^)

Converts an entire byte array from one encoding to another.

System_CAPS_pubmethodSystem_CAPS_staticConvert(Encoding^, Encoding^, array<Byte>^, Int32, Int32)

Converts a range of bytes in a byte array from one encoding to another.

Return to top
Show:
© 2017 Microsoft