Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.Pluralize Method |
Pluralizes the specified text.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public string Pluralize(
string text,
bool doNotPluralize
)
text
Type: String
The text.
doNotPluralize
Type: Boolean
By default is false and means you do not want the text to be pluralized
Pluralized text.
ZeraSystems.CodeNanite.Expansion Namespace