C# 클래스 Generator.ExtensionMethods.StringExtensions

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

공개 메소드들

메소드 설명
ConstantCaseToPascalCase ( this s ) : string
MakeCSharpName ( this s ) : string
MakeCamelCase ( this s ) : string
RemoveLeadingUnderscore ( this s ) : string

메소드 상세

ConstantCaseToPascalCase() 공개 정적인 메소드

public static ConstantCaseToPascalCase ( this s ) : string
s this
리턴 string

MakeCSharpName() 공개 정적인 메소드

public static MakeCSharpName ( this s ) : string
s this
리턴 string

MakeCamelCase() 공개 정적인 메소드

public static MakeCamelCase ( this s ) : string
s this
리턴 string

RemoveLeadingUnderscore() 공개 정적인 메소드

public static RemoveLeadingUnderscore ( this s ) : string
s this
리턴 string