Web3S_Demo > Web 3S Uint 256Function Library > Make Literal uint256 (Fractional)

Make Literal uint256 (Fractional)

Tries to parse the input string while also expecting a fractional value.
The input string must be a decimal value.

Inputs

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.

Outputs

Value
Uint 256 Structure

The parsed uint256 value.

Success
Boolean

True, if the input string value could be parsed.