C# Class ServiceStackToolkit.Automation.TextFormatting

Exibir arquivo Open project: jezzsantos/servicestacktoolkit

Public Methods

Method 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 method

Returns the plural form of the specified word
public static Pluralize ( string word ) : string
word string
return string

Singluarize() public static method

Returns the singluar form of the specified word
public static Singluarize ( string word ) : string
word string
return string

TitleCase() public static method

Returns the word in title case.
public static TitleCase ( string word ) : string
word string
return string