C# Class Cats.Helpers.NumericHelpers

Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
IsNumeric ( this col ) : bool
ToNumWordsWrapper ( this number ) : String

Private Methods

Méthode Description
NumWords ( double n ) : String

Method Details

IsNumeric() public static méthode

public static IsNumeric ( this col ) : bool
col this
Résultat bool

ToNumWordsWrapper() public static méthode

public static ToNumWordsWrapper ( this number ) : String
number this
Résultat String