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
|
public static ReplaceOnce ( string template, string placeholder, string replacement ) : string | ||
template | string | |
placeholder | string | |
replacement | string | |
Résultat | string |
public static ToHumanName ( string className ) : string | ||
className | string | |
Résultat | string |