Method TryGetValue
TryGetValue(string, out StringValue)
Tries to get the last StringValue associated with the specified key.
public bool TryGetValue(string key, out StringValue value)
Parameters
key
stringThe key for which to retrieve the values.
value
StringValueWhen this method returns, the StringValue containing the value, or empty StringValue.
Returns
- bool
true
if the key was found; otherwise,false
.