C# Class Orchestra.StringExtensions

Extension methods for strings.
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
GetCommandGroup ( this commandName ) : string

Gets the command group from the command name.

GetCommandName ( this commandName ) : string

Gets the name of the command from the command name.

Private Methods

Méthode Description
EqualsIgnoreCase ( this str, string valueToCheck ) : bool
SplitCamelCaseString ( this input ) : string

Method Details

GetCommandGroup() public static méthode

Gets the command group from the command name.
public static GetCommandGroup ( this commandName ) : string
commandName this Name of the command.
Résultat string

GetCommandName() public static méthode

Gets the name of the command from the command name.
public static GetCommandName ( this commandName ) : string
commandName this Name of the command.
Résultat string