I'm using the format.spellOut method to convert a number to text. Is this the best way to to convert a currency field to text?
The reason I ask is I am getting "one hundred sixty point two two" for "160.22" which I understand why.....I just expected there to be a method in an financial solution to handle dollars, cents, etc. (e.g. Check, Voucher, etc.)
Otherwise, I'm going to have to think through all the scenarios myself.