Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft