메소드 | 설명 | |
---|---|---|
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[] |
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[] |
public static SplitKeyValue ( string keyValue ) : string[] | ||
keyValue | string | |
리턴 | string[] |
public static StartsWithIgnoreCase ( string value, string prefix ) : bool | ||
value | string | |
prefix | string | |
리턴 | bool |
public static ToDelimitedString ( string delimiter ) : string | ||
delimiter | string | |
리턴 | string |
public static ToStringArray ( ICollection collection ) : string[] | ||
collection | ICollection | |
리턴 | string[] |
public static TokenizeToStringArray ( string value, string delimiters, bool trimTokens = true, bool ignoreEmptyTokens = true ) : string[] | ||
value | string | |
delimiters | string | |
trimTokens | bool | |
ignoreEmptyTokens | bool | |
리턴 | string[] |