Determines if a string is in plural form based on some simple rules.
            
Namespace: CodeSmith.BaseTemplatesAssembly: 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.IsPlural() instead.")] public static bool IsPlural( string value )  | 
| Visual Basic | 
|---|
<ObsoleteAttribute("This method has been deprecated. Please use StringUtil.IsPlural() instead.")> Public Shared Function IsPlural ( value As String ) As Boolean  | 
Parameters
- value
 - Type: System..::..String