BigNumberConverter
class BigNumberConverter implements NumberConverterInterface (View source)
BigNumberConverter converts UUIDs from hexadecimal characters into
moontoast/math BigNumber
representations of integers and vice versa
Methods
mixed
fromHex(string $hex)
Converts a hexadecimal number into a Moontoast\Math\BigNumber
representation
string
toHex(mixed $integer)
Converts an integer or Moontoast\Math\BigNumber
integer representation
into a hexadecimal string representation