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, string pluralOverridesMapFile ) |
Visual Basic |
---|
Public Shared Function IsPlural ( value As String, pluralOverridesMapFile As String ) As Boolean |
Parameters
- value
- Type: System..::..String
The value to check.
- pluralOverridesMapFile
- Type: System..::..String
The name of the plural overrides mapping file.
Return Value
Type: BooleanTrue, if the value is plural