C# Class Orchestra.StringExtensions

Extension methods for strings.
Mostra file Open project: WildGums/Orchestra

Public Methods

Method 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

Method Description
EqualsIgnoreCase ( this str, string valueToCheck ) : bool
SplitCamelCaseString ( this input ) : string

Method Details

GetCommandGroup() public static method

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

GetCommandName() public static method

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