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:

