Cauldron.Formatters Namespace |
| Class | Description | |
|---|---|---|
| ByteSizeFormatter |
Formats a numeric value to a human readable size.
For example: The reformatted value of the number 2048 is 2KB
| |
| Formatter |
Represents an extensible format provider IFormatProvider | |
| FormatterBase |
Provides a base class for custom formatters
| |
| MetricUnitFormatter |
Formats a numeric value to a human readable metric number.
For example: The reformatted value of the number 2400 is 2.4k
|