C# 클래스 Hd.Portal.Components.StringUtils

파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk 1 사용 예제들

공개 메소드들

메소드 설명
IsBlank ( this value ) : bool
SmartSplit ( string input ) : string[]
StripTags ( string text ) : string
TrimToNull ( this value ) : string

메소드 상세

IsBlank() 공개 정적인 메소드

public static IsBlank ( this value ) : bool
value this
리턴 bool

SmartSplit() 공개 정적인 메소드

public static SmartSplit ( string input ) : string[]
input string
리턴 string[]

StripTags() 공개 정적인 메소드

public static StripTags ( string text ) : string
text string
리턴 string

TrimToNull() 공개 정적인 메소드

public static TrimToNull ( this value ) : string
value this
리턴 string