Interface IUnitCountFormatter
Interface for unit count formatting.
public interface IUnitCountFormatter
- Extension Methods
Methods
Format(decimal)
Formats the unit count.
string Format(decimal unitCount)
Parameters
unitCount
decimalUnit count to format.
Returns
- string