Copies the contents of a managed string into unmanaged memory
and appends a null-terminator.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- text
- Type: SystemString
The managed string to copy to target. - target
- Type: SystemIntPtr
The address, in unmanaged memory, to where text should be copied.
See Also