Click or drag to resize
char_ptrToString Method
Gets the .NET string equivalent of the unmanaged string.

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

Return Value

Type: String
The .NET string equivalent of the unmanaged string.
See Also