C# Class Dev2.CaseConverter

Inheritance: ICaseConverter
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
GetFuncs ( ) : Dictionary>

Private Methods

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

Method Details

GetFuncs() public static method

public static GetFuncs ( ) : Dictionary>
return Dictionary>