ExpansionBase.Pluralize Method

<< >>

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)

Syntax


C#

public string Pluralize(
 string text,
 bool doNotPluralize
)

Parameters

text

Type: String

The text.

doNotPluralize

Type: Boolean

By default is false and means you do not want the text to be pluralized

Return Value

Pluralized text.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace