utils/number library

Classes

Number
A utility class for converting numeric values to human-readable formats.
Readable
Represents a human-readable format for a numeric value.

Enums

ByteUnits
Enum representing various byte units and their conversion values.
NumberUnits
Enum representing various numeric units and their conversion values.

Extensions

NumberHelper on num?
Extension methods on num for converting to human-readable formats.
NumberHelperForIterable on Iterable?