Share via


NSNumber.ToUInt64(NativeHandle) Method

Definition

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

public static ulong ToUInt64(ObjCRuntime.NativeHandle handle);
static member ToUInt64 : ObjCRuntime.NativeHandle -> uint64

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to