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
.NET Framework (current version)
Converts a byte array from one encoding to another.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Convert(Encoding^, Encoding^, array<Byte>^) | Converts an entire byte array from one encoding to another. |
![]() ![]() | Convert(Encoding^, Encoding^, array<Byte>^, Int32, Int32) | Converts a range of bytes in a byte array from one encoding to another. |
Show:

