C# 클래스 Dev2.CaseConverter

상속: ICaseConverter
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
GetFuncs ( ) : Dictionary>

비공개 메소드들

메소드 설명
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

메소드 상세

GetFuncs() 공개 정적인 메소드

public static GetFuncs ( ) : Dictionary>
리턴 Dictionary>