C# 클래스 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.
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

공개 메소드들

메소드 설명
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.

메소드 상세

Convert() 공개 정적인 메소드

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
리턴 string