Appearance
Home > resol-vbus-core > utils > Formatter > hex8
Formats a 32 bit number into its hexdecimal representation.
Signature:
hex8(val: number): string;
Parameter
Type
Description
val
number
The value.
string
The hexadecimal string representation.