Allocates a managed string and marshals the unmanaged string into the managed string.
- p
- A IntPtr containing the address of an unmanaged string in the Mono.Unix.UnixEncoding encoding.
A string containing a copy of the unmanaged string p, or null if p is IntPtr.Zero.
The input string p must have a terminating null 0x00 byte.
This method is identical to UnixMarshal.PtrToString(p, UnixEncoding.Instance).
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0