Share via


NSNumber.ToByte(NativeHandle) Method

Definition

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

public static byte ToByte(ObjCRuntime.NativeHandle handle);
static member ToByte : ObjCRuntime.NativeHandle -> byte

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to