Share via


DictionaryContainer.GetNSStringValue(NSString) Method

Definition

Returns the nullable NSString associated with key.

protected Foundation.NSString? GetNSStringValue(Foundation.NSString key);
member this.GetNSStringValue : Foundation.NSString -> Foundation.NSString

Parameters

key
NSString

The identifier of the value to get.

Returns

The stored NSString if present in the dictionary, null otherwise.

Applies to