C# Class AGENT.Contrib.Util.Strings

Afficher le fichier Open project: nothingmn/AGENT.Contrib

Méthodes publiques

Méthode 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

Method Details

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( char input ) : bool
input char
Résultat bool

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( string input ) : bool
input string
Résultat bool

Join() public static méthode

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
Résultat string