Share via


NSNumber.ToUInt16(NativeHandle) Method

Definition

Convert a NativeHandle to a NSNumber and return its value as a ushort.

public static ushort ToUInt16(ObjCRuntime.NativeHandle handle);
static member ToUInt16 : ObjCRuntime.NativeHandle -> uint16

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to