C# Class Simple.Migrator.Framework.StringUtils

Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
ReplaceOnce ( string template, string placeholder, string replacement ) : string

ToHumanName ( string className ) : string

Convert a classname to something more readable. ex.: CreateATable => Create a table

Method Details

ReplaceOnce() public static méthode

public static ReplaceOnce ( string template, string placeholder, string replacement ) : string
template string
placeholder string
replacement string
Résultat string

ToHumanName() public static méthode

Convert a classname to something more readable. ex.: CreateATable => Create a table
public static ToHumanName ( string className ) : string
className string
Résultat string