Share via


DictionaryContainer.GetULongValue(NSString) Method

Definition

Returns the nullable UInt64 associated with the specified key.

protected ulong? GetULongValue(Foundation.NSString key);
member this.GetULongValue : Foundation.NSString -> Nullable<uint64>

Parameters

key
NSString

The identifier of the value to get.

Returns

The stored UInt64 value if present in the dictionary, null otherwise.

Remarks

The stored value must be stored as an NSNumber.

Applies to