C# Class Ignite.Assets.Casing

Afficher le fichier Open project: TheCloudlessSky/Ignite

Méthodes publiques

Méthode Description
CamelCase ( string templatePath ) : string
Default ( string templatePath ) : string
Lowercase ( string templatePath ) : string
Underscore ( string templatePath ) : string

Method Details

CamelCase() public static méthode

public static CamelCase ( string templatePath ) : string
templatePath string
Résultat string

Default() public static méthode

public static Default ( string templatePath ) : string
templatePath string
Résultat string

Lowercase() public static méthode

public static Lowercase ( string templatePath ) : string
templatePath string
Résultat string

Underscore() public static méthode

public static Underscore ( string templatePath ) : string
templatePath string
Résultat string