C# Class Frapid.Mapper.Extensions.StringExtensions

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
ToPascalCase ( this name ) : string
ToTitleCase ( this name ) : string
ToUnderscoreCase ( this name ) : string
ToUnderscoreLowerCase ( this name ) : string

Method Details

ToPascalCase() public static méthode

public static ToPascalCase ( this name ) : string
name this
Résultat string

ToTitleCase() public static méthode

public static ToTitleCase ( this name ) : string
name this
Résultat string

ToUnderscoreCase() public static méthode

public static ToUnderscoreCase ( this name ) : string
name this
Résultat string

ToUnderscoreLowerCase() public static méthode

public static ToUnderscoreLowerCase ( this name ) : string
name this
Résultat string