C# Class ServiceStackToolkit.Automation.TextFormatting

Afficher le fichier Open project: jezzsantos/servicestacktoolkit

Méthodes publiques

Méthode Description
Pluralize ( string word ) : string

Returns the plural form of the specified word

Singluarize ( string word ) : string

Returns the singluar form of the specified word

TitleCase ( string word ) : string

Returns the word in title case.

Method Details

Pluralize() public static méthode

Returns the plural form of the specified word
public static Pluralize ( string word ) : string
word string
Résultat string

Singluarize() public static méthode

Returns the singluar form of the specified word
public static Singluarize ( string word ) : string
word string
Résultat string

TitleCase() public static méthode

Returns the word in title case.
public static TitleCase ( string word ) : string
word string
Résultat string