Converts the specified byte array from one specified encoding to another specified encoding.
- srcEncoding
- The System.Text.Encoding that bytes is in.
- dstEncoding
- The System.Text.Encoding desired for the returned byte array.
- bytes
- The byte array containing the values to convert.
A byte array containing the result of the conversion.
Type Reason ArgumentNullException srcEncoding, dstEncoding or bytes is null.
Documentation for this section has not yet been entered.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0