C# 클래스 Apache.Shiro.Util.StringUtils

파일 보기 프로젝트 열기: katasource/shironet

공개 메소드들

메소드 설명
Clean ( string value ) : string
HasLength ( string value ) : bool
HasText ( string value ) : bool
Split ( string value, char delimiter = DEFAULT_DELIMITER_CHAR, char beginQuote = DEFAULT_QUOTE_CHAR, char endQuote = DEFAULT_QUOTE_CHAR, bool retainQuotes = false, bool trimTokens = true ) : string[]
SplitKeyValue ( string keyValue ) : string[]
StartsWithIgnoreCase ( string value, string prefix ) : bool
ToDelimitedString ( string delimiter ) : string
ToString ( ) : string
ToStringArray ( ICollection collection ) : string[]
TokenizeToStringArray ( string value, string delimiters, bool trimTokens = true, bool ignoreEmptyTokens = true ) : string[]

메소드 상세

Clean() 공개 정적인 메소드

public static Clean ( string value ) : string
value string
리턴 string

HasLength() 공개 정적인 메소드

public static HasLength ( string value ) : bool
value string
리턴 bool

HasText() 공개 정적인 메소드

public static HasText ( string value ) : bool
value string
리턴 bool

Split() 공개 정적인 메소드

public static Split ( string value, char delimiter = DEFAULT_DELIMITER_CHAR, char beginQuote = DEFAULT_QUOTE_CHAR, char endQuote = DEFAULT_QUOTE_CHAR, bool retainQuotes = false, bool trimTokens = true ) : string[]
value string
delimiter char
beginQuote char
endQuote char
retainQuotes bool
trimTokens bool
리턴 string[]

SplitKeyValue() 공개 정적인 메소드

public static SplitKeyValue ( string keyValue ) : string[]
keyValue string
리턴 string[]

StartsWithIgnoreCase() 공개 정적인 메소드

public static StartsWithIgnoreCase ( string value, string prefix ) : bool
value string
prefix string
리턴 bool

ToDelimitedString() 공개 정적인 메소드

public static ToDelimitedString ( string delimiter ) : string
delimiter string
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( ) : string
리턴 string

ToStringArray() 공개 정적인 메소드

public static ToStringArray ( ICollection collection ) : string[]
collection ICollection
리턴 string[]

TokenizeToStringArray() 공개 정적인 메소드

public static TokenizeToStringArray ( string value, string delimiters, bool trimTokens = true, bool ignoreEmptyTokens = true ) : string[]
value string
delimiters string
trimTokens bool
ignoreEmptyTokens bool
리턴 string[]