1 out of 2 rated this helpful - Rate this topic

Decoder.Convert Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.