C# Class Generator.ExtensionMethods.StringExtensions

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Méthodes publiques

Méthode Description
ConstantCaseToPascalCase ( this s ) : string
MakeCSharpName ( this s ) : string
MakeCamelCase ( this s ) : string
RemoveLeadingUnderscore ( this s ) : string

Method Details

ConstantCaseToPascalCase() public static méthode

public static ConstantCaseToPascalCase ( this s ) : string
s this
Résultat string

MakeCSharpName() public static méthode

public static MakeCSharpName ( this s ) : string
s this
Résultat string

MakeCamelCase() public static méthode

public static MakeCamelCase ( this s ) : string
s this
Résultat string

RemoveLeadingUnderscore() public static méthode

public static RemoveLeadingUnderscore ( this s ) : string
s this
Résultat string