C# 클래스 Pomona.Common.NameUtils

파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

공개 메소드들

메소드 설명
CapitalizeFirstLetter ( this word ) : string
ConvertCamelCaseToUri ( string word ) : string
ConvetUriSegmentToCamelCase ( string uriSegment ) : string
GetCamelCaseParts ( string camelCaseWord ) : IEnumerable
LowercaseFirstLetter ( this word ) : string

메소드 상세

CapitalizeFirstLetter() 공개 정적인 메소드

public static CapitalizeFirstLetter ( this word ) : string
word this
리턴 string

ConvertCamelCaseToUri() 공개 정적인 메소드

public static ConvertCamelCaseToUri ( string word ) : string
word string
리턴 string

ConvetUriSegmentToCamelCase() 공개 정적인 메소드

public static ConvetUriSegmentToCamelCase ( string uriSegment ) : string
uriSegment string
리턴 string

GetCamelCaseParts() 공개 정적인 메소드

public static GetCamelCaseParts ( string camelCaseWord ) : IEnumerable
camelCaseWord string
리턴 IEnumerable

LowercaseFirstLetter() 공개 정적인 메소드

public static LowercaseFirstLetter ( this word ) : string
word this
리턴 string