- 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.