Enums
- ReadType
-
ReadType enum determines how the numbers are interpreted.
- SpacingType
-
SpacingType enum determines the spacing on the delimiter. Note: When delimiter is an empty string i.e ' ', then spacing type is not used.
Classes
- NumberToWord
-
NumberToWord: Converts integer numbers to English Language representation only.
Exceptions / Errors
- ArgumentNullException
-
This exception indicates that the argument passed is null.
- FormatException
-
This exception indicates that there exist an issue with the argument passed.