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.

Marshal::PtrToStringAnsi Method

 

Allocates a managed String and copies all or part of an unmanaged ANSI string into it.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticPtrToStringAnsi(IntPtr)

Copies all characters up to the first null character from an unmanaged ANSI string to a managed String, and widens each ANSI character to Unicode.

System_CAPS_pubmethodSystem_CAPS_staticPtrToStringAnsi(IntPtr, Int32)

Allocates a managed String, copies a specified number of characters from an unmanaged ANSI string into it, and widens each ANSI character to Unicode.

Return to top
Show:
© 2017 Microsoft