C# Class FarsiLibrary.Utils.toEnglish

Helper class to convert numbers to it's farsi equivalent. Use this class' methods to overcome a problem in displaying farsi numeric values.
显示文件 Open project: HEskandari/FarsiLibrary

Public Methods

Method Description
Convert ( string num ) : string

Converts a Farsi number to it's English numeric values.

This method only converts the numbers in a string, and does not convert any non-numeric characters.

Method Details

Convert() public static method

Converts a Farsi number to it's English numeric values.
This method only converts the numbers in a string, and does not convert any non-numeric characters.
public static Convert ( string num ) : string
num string
return string