UniValue ParseParameters Method Nemiro.OAuth
Converts the specified parameters string to an UniValue.

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

public static UniValue ParseParameters(
	string text
)

Parameters

text
Type: System String
A string containing an url parameters to parse.

Return Value

Type: UniValue
A new UniValue instance.
Exceptions

ExceptionCondition
InvalidDataExceptiontext contains an CR or LF characters.
Remarks

If text is null or empty, the function returns an Empty instance.

See Also