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