Share via


DictionaryContainer.GetBoolValue(NSString) Method

Definition

Returns the nullable Boolean associated with the specified key.

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

Parameters

key
NSString

The identifier of the value to get.

Returns

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

Applies to