Share via


DictionaryContainer.GetLongValue(NSString) Method

Definition

Returns the nullable Int64 associated with the specified key.

protected long? GetLongValue(Foundation.NSString key);
member this.GetLongValue : Foundation.NSString -> Nullable<int64>

Parameters

key
NSString

The identifier of the value to get.

Returns

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

Remarks

The stored value must be stored as an NSNumber.

Applies to