UniValueCollection TryGetValue Method Nemiro.OAuth
Gets the value associated with the specified key.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public bool TryGetValue(
	string key,
	out UniValue value
)

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: Boolean

Implements

IDictionary TKey, TValue  TryGetValue(TKey, TValue )
See Also