Skip to main content

Posts

Showing posts with the label get arabic number from English number.

Simple way to convert English Number to Arabic Number in Programming.

There is a Simple way to convert English Number to Arabic Number in Programming. 1. You need to create one table where you can store Arabic and English Number in following Manner. 2. Second step is to create function to convert value from English number to Arabic on which you pass number as string and replace English number to Arabic but referring above table. 3. After that return value from function and utilize that variable to your report. 4. I hope you will get idea to make program to get Arabic number from English number.