System::Runtime::InteropServices::Marshal::StringToHGlobalUni method

Marshal::StringToHGlobalUni method

Copies the contents of a specified string into unmanaged memory.

static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalUni(const String &s)
ParameterTypeDescription
sconst String&A string to be copied.

ReturnValue

The address, in unmanaged memory.

See Also