C# Class Cats.Helpers.NumericHelpers

Mostrar archivo Open project: edgecomputing/cats

Public Methods

Method Description
IsNumeric ( this col ) : bool
ToNumWordsWrapper ( this number ) : String

Private Methods

Method Description
NumWords ( double n ) : String

Method Details

IsNumeric() public static method

public static IsNumeric ( this col ) : bool
col this
return bool

ToNumWordsWrapper() public static method

public static ToNumWordsWrapper ( this number ) : String
number this
return String