C# 클래스 Felbook.Models.ValidationMethods

파일 보기 프로젝트 열기: janmarek/Felbook 1 사용 예제들

공개 메소드들

메소드 설명
IsEmptyString ( string s ) : bool
IsNumeric ( string s ) : bool

메소드 상세

IsEmptyString() 공개 메소드

public IsEmptyString ( string s ) : bool
s string
리턴 bool

IsNumeric() 공개 메소드

public IsNumeric ( string s ) : bool
s string
리턴 bool