Method | Description | |
---|---|---|
GetFuncs ( ) : Dictionary |
Method | Description | |
---|---|---|
CaseConverter ( ) : System | ||
ConvertToAllFirstUpper ( string stringToConvert ) : string | ||
ConvertToAllLower ( string stringToConvert ) : string | ||
ConvertToAllUpper ( string stringToConvert ) : string | ||
ConvertToFirstUpper ( string stringToConvert ) : string | ||
CreateConvertFormatTypes ( ) : void |
Creates a list of all valid Convert Types
|
|
MakeFirstLetterUpper ( string word ) : string |
Make the first letter of the word to upper case
|