Determines if a string is in plural form based on some simple rules.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public static bool IsPlural( string value )  | 
| Visual Basic | 
|---|
Public Shared Function IsPlural ( value As String ) As Boolean  | 
Parameters
- value
 - Type: System..::..String
The value to check. 
Return Value
Type: BooleanTrue, if the value is plural