Converts the specified url parameters string to an UniValue. A return value indicates whether the conversion succeeded.
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.
- result
- Type: Nemiro.OAuth UniValue
If successful, this parameter takes the result of parsing data.
Return Value
Type: Booleantrue if s was converted successfully; otherwise, false.
See Also