Share via


NSNumber.ToSByte(NativeHandle) Method

Definition

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

public static sbyte ToSByte(ObjCRuntime.NativeHandle handle);
static member ToSByte : ObjCRuntime.NativeHandle -> sbyte

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to