Encoding.Convert Method
.NET Framework 4
Converts a byte array from one encoding to another.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Convert(Encoding, Encoding, Byte[]) | Converts an entire byte array from one encoding to another. |
|
Convert(Encoding, Encoding, Byte[], Int32, Int32) | Converts a range of bytes in a byte array from one encoding to another. |