Marshal.PtrToStringUni Method
.NET Framework 4.5
Allocates a managed String and copies all or part of an unmanaged Unicode string into it.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PtrToStringUni(IntPtr) | Allocates a managed String and copies all characters up to the first null character from an unmanaged Unicode string into it. |
|
PtrToStringUni(IntPtr, Int32) | Allocates a managed String and copies a specified number of characters from an unmanaged Unicode string into it. |