C# 클래스 HealthInformationProgram.CustomExtensions.StringExtensions

파일 보기 프로젝트 열기: MedicalTeams/Hip_Admin

공개 메소드들

메소드 설명
IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool
IsNullOrEmptyOrWhiteSpace ( this str ) : bool
MakeDBFriendly ( this str ) : string
TrimedUpperCase ( this str ) : string
Truncate ( this value, int maxLength ) : string

메소드 상세

IsNOTNullNorEmptyNorWhiteSpace() 공개 정적인 메소드

public static IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool
str this
리턴 bool

IsNullOrEmptyOrWhiteSpace() 공개 정적인 메소드

public static IsNullOrEmptyOrWhiteSpace ( this str ) : bool
str this
리턴 bool

MakeDBFriendly() 공개 정적인 메소드

public static MakeDBFriendly ( this str ) : string
str this
리턴 string

TrimedUpperCase() 공개 정적인 메소드

public static TrimedUpperCase ( this str ) : string
str this
리턴 string

Truncate() 공개 정적인 메소드

public static Truncate ( this value, int maxLength ) : string
value this
maxLength int
리턴 string