Converts a string to plural 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 string ToPlural( string value, MapCollection pluralOverridesMap )  | 
| Visual Basic | 
|---|
Public Shared Function ToPlural ( value As String, pluralOverridesMap As MapCollection ) As String  | 
Parameters
- value
 - Type: System..::..String
The value to convert. 
- pluralOverridesMap
 - Type: CodeSmith.Engine..::..MapCollection
The plural overrides map.