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.
Afficher le fichier Open project: HEskandari/FarsiLibrary

Méthodes publiques

Méthode 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 méthode

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
Résultat string