NSNumber.FromUInt32(UInt32) Method

Definition

Factory method to create a number from a uint.

[Foundation.Export("numberWithUnsignedInt:")]
public static Foundation.NSNumber FromUInt32 (uint value);
static member FromUInt32 : uint32 -> Foundation.NSNumber

Parameters

value
UInt32

Returns

Attributes

Applies to