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