Share via


NSNumber.ToUInt32(NativeHandle) Method

Definition

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

public static uint ToUInt32(ObjCRuntime.NativeHandle handle);
static member ToUInt32 : ObjCRuntime.NativeHandle -> uint32

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to