Method TryGetValue
TryGetValue(String, out FieldValue)
Gets the value associated with the specified key.
Declaration
public bool TryGetValue(string key, out FieldValue val)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key | The key. |
| FieldValue | val | When this method returns, this parameter will
contain the value associated with the specified key if the key
was found, otherwise it will be null. |
Returns
| Type | Description |
|---|---|
| Boolean | true if key was found in the
dictionary, otherwise false. |