Allocates a managed string and marshals the unmanaged string into the managed string using the Mono.Unix.UnixEncoding encoding.
- 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 is an optimized version of UnixMarshal.PtrToString(IntPtr) for the Mono.Unix.UnixEncoding encoding.
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0