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)
public static string Singularize(
string text,
bool doNotSingularize
)
text
Type: String
The text.
doNotSingularize
Type: Boolean
By default is false and means you do not want the text to be singulalized
Singularized text
ZeraSystems.CodeNanite.Expansion Namespace