C# 클래스 Cats.Helpers.NumericHelpers

파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
IsNumeric ( this col ) : bool
ToNumWordsWrapper ( this number ) : String

비공개 메소드들

메소드 설명
NumWords ( double n ) : String

메소드 상세

IsNumeric() 공개 정적인 메소드

public static IsNumeric ( this col ) : bool
col this
리턴 bool

ToNumWordsWrapper() 공개 정적인 메소드

public static ToNumWordsWrapper ( this number ) : String
number this
리턴 String