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.

ASCIIEncoding::GetString Method

 

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. (Inherited from Encoding.)

System_CAPS_pubmethodGetString(array<Byte>^)

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

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

Decodes a range of bytes from a byte array into a string.(Overrides Encoding::GetString(array<Byte>^, Int32, Int32).)

Return to top
Show:
© 2017 Microsoft