Tries to parse the input string while also expecting a fractional value.
The input string must be a decimal value.
|
Value
String
|
The input value as string. Can be either in hex (prefixed with "0x") or decimal representation. |
|
Exponent
Integer
|
The exponent describes the number of digits to move the decimal point to the left or right. A positive exponent moves the decimal point to the right while a negative exponent moves it to the left. |
|
Value
Uint 256 Structure
|
The parsed uint256 value. |
|
Success
Boolean
|
True, if the input string value could be parsed. |