toRupeeString method

String toRupeeString()

Implementation

String toRupeeString() {
  return buildMoneyNumberString(this);
}