Appearance
Home > resol-vbus-core > utils > Formatter
utils.Formatter class
A formatter helper class used in formatAndJoin
.
Signature:
typescript
export declare class Formatter
Methods
Method | Modifiers | Description |
---|---|---|
Formats a | ||
Formats a number into its decimal representation. | ||
Formats a number into its decimal representation, padding it to a length of 2 digits. | ||
Formats a number into its decimal representation, padding it to a length of 4 digits. | ||
Formats a number into its hexadecimal representation. | ||
Formats a 8 bit number into its hexdecimal representation. | ||
Formats a 16 bit number into its hexdecimal representation. | ||
Formats a 32 bit number into its hexdecimal representation. | ||
Formats a |