Gets the value associated with the specified key.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- key
- Type: System String
The key whose value to get.
- value
- Type: Nemiro.OAuth UniValue
When this method returns, the value associated with the specified key, if the key is found; otherwise, the Empty.
Return Value
Type: BooleanImplements
IDictionary TKey, TValue TryGetValue(TKey, TValue )See Also