UniValue ToDictionary Method Nemiro.OAuth
Copies items of the UniValue to a new Dictionary<string, object>.

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

public Dictionary<string, Object> ToDictionary()

Return Value

Type: Dictionary String, Object 

A Dictionary<string, object> containing copies of the elements of the UniValue.

A null value, if the IsCollection property is false or the UniValue is empty.

See Also