Click or drag to resize
char_ptr Constructor (String)
Creates new string in unmanaged memory and initializes it with str.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public char_ptr(
	string str
)

Parameters

str
Type: SystemString
The value of the new string.
Remarks

When done with the string, unmanaged memory must be released with free.

See Also