Mono Class Library: Mono.Unix.UnixMarshal Overview | MembersMono.Unix.UnixMarshal.PtrToStringUnix Method |
Allocates a managed string and marshals the unmanaged string into the managed string using the Mono.Unix.UnixEncoding encoding. [Edit]
|
- p
- A IntPtr containing the address of an unmanaged string in the Mono.Unix.UnixEncoding encoding. [Edit]
A string containing a copy of the unmanaged string p, or null if p is IntPtr.Zero. [Edit]
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.
[Edit]
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0