DictionaryContainer.GetStringValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetStringValue(NSString) |
Returns the nullable String associated with |
| GetStringValue(String) |
Returns the nullable String associated with |
GetStringValue(NSString)
Returns the nullable String associated with key.
protected string? GetStringValue(Foundation.NSString key);
member this.GetStringValue : Foundation.NSString -> string
Parameters
- key
- NSString
The identifier of the value to get.
Returns
The stored String if present in the dictionary, null otherwise.