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.

Encoding::GetString Method

 

When overridden in a derived class, decodes a sequence of bytes into a string.

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

NameDescription
System_CAPS_pubmethodGetString(Byte*, Int32)

When overridden in a derived class, decodes a specified number of bytes starting at a specified address into a string.

System_CAPS_pubmethodGetString(array<Byte>^)

When overridden in a derived class, decodes all the bytes in the specified byte array into a string.

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

When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.

Return to top
Show:
© 2017 Microsoft