Share via


DictionaryContainer.GetStringValue Method

Definition

Overloads

Name Description
GetStringValue(NSString)

Returns the nullable String associated with key.

GetStringValue(String)

Returns the nullable String associated with key.

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.

Applies to

GetStringValue(String)

Returns the nullable String associated with key.

protected string? GetStringValue(string key);
member this.GetStringValue : string -> string

Parameters

key
String

The identifier of the value to get.

Returns

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

Applies to