NSNumber.FromUInt64(UInt64) Method

Definition

Factory method to create a number from a ulong.

[Foundation.Export("numberWithUnsignedLongLong:")]
public static Foundation.NSNumber FromUInt64 (ulong value);
static member FromUInt64 : uint64 -> Foundation.NSNumber

Parameters

value
UInt64

Returns

Attributes

Applies to