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.
|
Method | Description | |
---|---|---|
EqualsIgnoreCase ( this str, string valueToCheck ) : bool | ||
SplitCamelCaseString ( this input ) : string |
public static GetCommandGroup ( this commandName ) : string | ||
commandName | this | Name of the command. |
return | string |
public static GetCommandName ( this commandName ) : string | ||
commandName | this | Name of the command. |
return | string |