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::PtrToStringAuto Method
.NET Framework (current version)
Allocates a managed String and copies all or part of an unmanaged string into it.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | PtrToStringAuto(IntPtr) | Allocates a managed String and copies all characters up to the first null character from a string stored in unmanaged memory into it. |
![]() ![]() | PtrToStringAuto(IntPtr, Int32) | Allocates a managed String and copies the specified number of characters from a string stored in unmanaged memory into it. |
Show:

