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.

UTF7Encoding::GetChars Method

 

Decodes a sequence of bytes into a set of characters.

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

NameDescription
System_CAPS_pubmethodGetChars(Byte*, Int32, Char*, Int32)

Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.(Overrides Encoding::GetChars(Byte*, Int32, Char*, Int32).)

System_CAPS_pubmethodGetChars(array<Byte>^)

When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.(Inherited from Encoding.)

System_CAPS_pubmethodGetChars(array<Byte>^, Int32, Int32)

When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.(Inherited from Encoding.)

System_CAPS_pubmethodGetChars(array<Byte>^, Int32, Int32, array<Char>^, Int32)

Decodes a sequence of bytes from the specified byte array into the specified character array.(Overrides Encoding::GetChars(array<Byte>^, Int32, Int32, array<Char>^, Int32).)

Return to top
Show:
© 2017 Microsoft