Decoder.Convert Method
.NET Framework 3.0
Converts an encoded byte sequence to a string or array of characters.
| Name | Description |
|---|---|
| Decoder.Convert (Byte*, Int32, Char*, Int32, Boolean, Int32, Int32, Boolean) | Converts a buffer of encoded bytes to Unicode characters and stores the result in another buffer. Supported by the .NET Compact Framework. |
| Decoder.Convert (Byte[], Int32, Int32, Char[], Int32, Int32, Boolean, Int32, Int32, Boolean) | Converts an array of encoded bytes to Unicode characters and stores the result in a byte array. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: