If amount is equal to 1, expression using singular formatting string is returned, otherwise expression using plural formatting string is returned.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- amount
- Type: System Int32
Amount to be used
- singular
- Type: System String
Singular formatting string. If formatting item {0} is not included, it is formatted as '[amount] [singular]', e.g.: 1 unit
- plural
- Type: System String
Plural formatting string. If formatting item {0} is not included, it is formatted as '[amount] [plural]', e.g.: 3 units
Return Value
Type: StringSee Also