Decoder::Convert Method

 

Converts an encoded byte sequence to a string or array of characters.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodConvert(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.

System_CAPS_pubmethodConvert(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.

Return to top
Show: