C# 클래스 AGENT.Contrib.Util.Strings

파일 보기 프로젝트 열기: nothingmn/AGENT.Contrib

공개 메소드들

메소드 설명
IsNullOrEmpty ( char input ) : bool
IsNullOrEmpty ( string input ) : bool
Join ( string array, char seperator ) : string

Joins an array of strings into a single string with an optional seperator

메소드 상세

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( char input ) : bool
input char
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( string input ) : bool
input string
리턴 bool

Join() 공개 정적인 메소드

Joins an array of strings into a single string with an optional seperator
public static Join ( string array, char seperator ) : string
array string
seperator char
리턴 string