System::Runtime::InteropServices::Marshal::StringToHGlobalAuto method
Marshal::StringToHGlobalAuto method
Copies the contents of a specified string into unmanaged memory, converting to ANSI format if required.
static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalAuto(const String &s)
Parameter | Type | Description |
---|---|---|
s | const String& | A string to be copied. |
ReturnValue
The address, in unmanaged memory.
See Also
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++