Share via


NSNumber.ToInt16(NativeHandle) Method

Definition

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

public static short ToInt16(ObjCRuntime.NativeHandle handle);
static member ToInt16 : ObjCRuntime.NativeHandle -> int16

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to