Converters - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Classes in Converter Class Library provide conversion services including unit conversion and mapping operators from/to a numeric value for easier storage/lookup.
| Name | Type | Description |
|---|---|---|
| ICurrencyCodeConverter | Interface | currency code converter interface |
| IOperatorConverter | Interface | operator converter interface |
| IUnitConverter | Interface | unit converter interface |
| UnitConverter | Abstract Class | abstract base class of all unit converters |
| CurrencyCodeConverter | Class | provide mappings between currency codes and country codes |
| OperatorConverter | Class | provide mappings between operators and numeric values |