Decoder::Convert Method
.NET Framework (current version)
Converts an encoded byte sequence to a string or array of characters.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Convert(Byte*, Int32, Char*, Int32, Boolean, Int32%, Int32%, Boolean%) | Converts a buffer of encoded bytes to UTF-16 encoded characters and stores the result in another buffer. |
![]() | Convert(array<Byte>^, Int32, Int32, array<Char>^, Int32, Int32, Boolean, Int32%, Int32%, Boolean%) | Converts an array of encoded bytes to UTF-16 encoded characters and stores the result in a character array. |
Show:
