UniValue ToNameValueCollection Method Nemiro.OAuth
Copies items of the UniValue to a new NameValueCollection.

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

public NameValueCollection ToNameValueCollection()

Return Value

Type: NameValueCollection

A NameValueCollection containing copies of the elements of the UniValue.

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

See Also