C# Class AGENT.Contrib.Util.Strings

Datei anzeigen Open project: nothingmn/AGENT.Contrib

Public Methods

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

Method Details

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( char input ) : bool
input char
return bool

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( string input ) : bool
input string
return bool

Join() public static method

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
return string