NSString.FromHandle(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility method that returns a string from a pointer that points to an Objective-C NSString object.
public static string FromHandle (IntPtr usrhandle);
static member FromHandle : nativeint -> string
Parameters
- usrhandle
-
IntPtr
nativeint
Pointer to an Objective-C NSString object (not the managed NSString object).
Returns
The Objective-C string in the NSString as a C# string.