ExpansionBase.Singularize Method

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods >

ExpansionBase.Singularize Method

Singularizes the specified text.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public static string Singularize(
 string text,
 bool doNotSingularize
)

Parameters

text

Type: String

The text.

doNotSingularize

Type: Boolean

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

Return Value

Singularized text

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace