Quantcast
Channel: Software Applications Programming Errors and solutions.
Viewing all articles
Browse latest Browse all 277

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

$
0
0
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.

Arabic Table

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.


Viewing all articles
Browse latest Browse all 277

Trending Articles