Determines if a string is in singular form based on some simple rules.

Namespace: CodeSmith.BaseTemplates
Assembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[ObsoleteAttribute("This method has been deprecated. Please use StringUtil.IsSingular() instead.")]
public static bool IsSingular(
	string value
)
Visual Basic
<ObsoleteAttribute("This method has been deprecated. Please use StringUtil.IsSingular() instead.")> 
Public Shared Function IsSingular ( 
	value As String
) As Boolean

Parameters

value
Type: System..::..String

Return Value

Type: Boolean

See Also