Digit grouping class -- just a container for static functions.
Formats a number to a string, with comma separation every 3 digits
Calculates the number of characters in the string representation of a thousands separated number.
See Implementation
Digit grouping class -- just a container for static functions.