Mono Class Library: Mono.Unix.UnixMarshal Overview | MembersMono.Unix.UnixMarshal.PtrToString Overloads |
The overloads of PtrToString are listed below. For a list of all members, see the UnixMarshal Members list.
staticPtrToString(IntPtr) : string Allocates a managed string and marshals the unmanaged string into the managed string. staticPtrToString(IntPtr, System.Text.Encoding) : string Allocates a managed string and marshals the unmanaged string into the managed string using the specified encoding.