NumberToWord: Converts integer numbers to English Language representation only.
NumberToWord.Convert(1994, ReadType.Double, 'and', SpacingType.Both) == "nineteen and ninety four";
Constants
- MaxInteger → int
-
MaxInteger represents the maximum allowed integer.
999999999999999999
Static Methods
-
Convert(
[int digits, ReadType read_type = ReadType.Default, String delimiter = ',', SpacingType spacing_type = SpacingType.Right ]) → String -
Returns the string representation of the integer passed i.e passing the
digits
,read_type
,delimiter
and orspacing_type
as arguments.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited