DictionaryContainer.GetStringValue Method

Definition

Overloads

GetStringValue(NSString)

Returns the string associated with key.

GetStringValue(String)

Returns the string associated with key.

GetStringValue(NSString)

Returns the string associated with key.

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

Parameters

key
NSString

The identifier of the string.

Returns

Applies to

GetStringValue(String)

Returns the string associated with key.

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

Parameters

key
String

The identifier of the string.

Returns

Applies to