Share via


DictionaryContainer.GetInt32Value(NSString) Method

Definition

Returns the nullable Int32 associated with the specified key.

protected int? GetInt32Value(Foundation.NSString key);
member this.GetInt32Value : Foundation.NSString -> Nullable<int>

Parameters

key
NSString

The identifier of the value to get.

Returns

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

Remarks

The stored value must be stored as an NSNumber.

Applies to