C# Class NContrib.Culture.EnglishTextGenerator

Inheritance: ITextGenerator
Afficher le fichier Open project: veracross/ncontrib

Méthodes publiques

Méthode Description
NumberToWords ( decimal number ) : string
NumberToWords ( int number ) : string

Private Methods

Méthode Description
ThreeDigitGroupToWords ( int threeDigits ) : string

Method Details

NumberToWords() public méthode

public NumberToWords ( decimal number ) : string
number decimal
Résultat string

NumberToWords() public méthode

public NumberToWords ( int number ) : string
number int
Résultat string