toPersianLetter method

String toPersianLetter()

Implementation

String toPersianLetter() {
  return num2Persian(toString());
}