compactFormat method

String compactFormat()

Implementation

String compactFormat() {
  return NumberFormat.compact().format(this);
}