Share via


NSNumber.ToBool(NativeHandle) Method

Definition

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

public static bool ToBool(ObjCRuntime.NativeHandle handle);
static member ToBool : ObjCRuntime.NativeHandle -> bool

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to