C# 클래스 Frapid.Mapper.Extensions.StringExtensions

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
ToPascalCase ( this name ) : string
ToTitleCase ( this name ) : string
ToUnderscoreCase ( this name ) : string
ToUnderscoreLowerCase ( this name ) : string

메소드 상세

ToPascalCase() 공개 정적인 메소드

public static ToPascalCase ( this name ) : string
name this
리턴 string

ToTitleCase() 공개 정적인 메소드

public static ToTitleCase ( this name ) : string
name this
리턴 string

ToUnderscoreCase() 공개 정적인 메소드

public static ToUnderscoreCase ( this name ) : string
name this
리턴 string

ToUnderscoreLowerCase() 공개 정적인 메소드

public static ToUnderscoreLowerCase ( this name ) : string
name this
리턴 string