Web3S_Demo > Web 3S Uint 256Function Library > ToHexString

ToHexString

Converts uint256 to String in hexadecimal notation.

Inputs

Value
Uint 256 Structure (by ref)

The value to be converted.

Zero Padded
Boolean

When true, a leading zero may be added to ensure two digit hex codes per byte.

Outputs

Return Value
String

Value in hexadecimal notation.