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.
|
public static Pluralize ( string word ) : string | ||
word | string | |
return | string |
public static Singluarize ( string word ) : string | ||
word | string | |
return | string |
public static TitleCase ( string word ) : string | ||
word | string | |
return | string |