Converts the specified parameters string to an UniValue.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- text
- Type: System String
A string containing an url parameters to parse.
Return Value
Type: UniValueA new UniValue instance.
Exceptions
Exception | Condition |
---|---|
InvalidDataException | text contains an CR or LF characters. |
Remarks
If text is null or empty, the function returns an Empty instance.
See Also