Slownie
Interfaces, Classes and Traits
- Currency
- Class designed to retrieve and handle basic currency-specific information, based on ISO4217-compliant data
(code, exponent lenght, exponent use). Valid as of 12th Dec 2021.
- DE
- Class used to transcribe float value into words in German language.
- EN
- Class used to transcribe float value into words in English language.
- PL
- Class used to transcribe float value into words in Polish language.
- Slownie
- Abstract class used to transcribe float value into words. Base for PL, EN, DE class extensions.