Share via


DictionaryContainer.GetUIntValue(NSString) Method

Definition

Returns the nullable UInt32 associated with the specified key.

protected uint? GetUIntValue(Foundation.NSString key);
member this.GetUIntValue : Foundation.NSString -> Nullable<uint32>

Parameters

key
NSString

The identifier of the value to get.

Returns

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

Remarks

The stored value must be stored as an NSNumber.

Applies to