toComma method

String toComma()

Implementation

String toComma() {
  return decimalFormat.format(this);
}