Matches the cardinality of the element to the value to yield,
for example "1 elephant" or "2 elephants".
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- value
- Type: System Int32
The value.
- element
- Type: System String
The element to pluralize, if appropriate.
Return Value
value + space + element + "s" as warrantedRemarks
See Also