Marshal::PtrToStringAnsi Method
.NET Framework (current version)
Allocates a managed String and copies all or part of an unmanaged ANSI string into it.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | PtrToStringAnsi(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. |
![]() ![]() | PtrToStringAnsi(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. |
Show:

