System::Runtime::InteropServices::Marshal::PtrToStringAuto method
Marshal::PtrToStringAuto(IntPtr) method
Creates a managed String from an unmanaged zero-terminated string.
static String System::Runtime::InteropServices::Marshal::PtrToStringAuto(IntPtr ptr)
Parameter | Type | Description |
---|---|---|
ptr | IntPtr | Pointer to the unmanaged string. |
ReturnValue
A managed string.
See Also
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.TeX for C++
Marshal::PtrToStringAuto(IntPtr, int) method
Creates a managed String from an unmanaged string.
static String System::Runtime::InteropServices::Marshal::PtrToStringAuto(IntPtr ptr, int length)
Parameter | Type | Description |
---|---|---|
ptr | IntPtr | Pointer to the unmanaged string. |
length | int | Length of the unmanaged string. |
ReturnValue
A managed string.
See Also
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.TeX for C++