toPersianDigit method

String toPersianDigit()

Implementation

String toPersianDigit() {
  return NumberUtility.changeDigit(this);
}