Persistate API documentation
PluralOf Method (nounPhrase)
NamespacesPersistateUtlPluralOf(String)

[This is preliminary documentation and is subject to change.]

Finds the plural of a given noun or noun phrase.
Declaration Syntax
C#
public static string PluralOf(
	string nounPhrase
)
Parameters
nounPhrase (String)
The word or phrase to find the plural of.
Return Value
The plural form or the supplied noun or phrase.
Remarks
This method uses a table of commonest irregular plurals. If the supplied parameter has more than one word, just the last word is pluralised

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)