Method | Description | |
---|---|---|
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
|
public static IsNullOrEmpty ( char input ) : bool | ||
input | char | |
return | bool |
public static IsNullOrEmpty ( string input ) : bool | ||
input | string | |
return | bool |
public static Join ( string array, char seperator ) : string | ||
array | string | |
seperator | char | |
return | string |