Calculates the number of characters in the string representation of a thousands separated number.
Note: this method is faster than generating the string then checking its .length property.
type of number
number to work out length of
number of characters in the string representation of the thousands separated number
See Implementation
Calculates the number of characters in the string representation of a thousands separated number.
Note: this method is faster than generating the string then checking its .length property.