NSString.FromHandle(IntPtr) Method

Definition

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.

Applies to