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