Hi
I'm looking for a method that could translate decimal values to string,english text. For example currency values.
600.50 so it should read as "six hundred and 50".
Most of the method that I found can only read for integer.
Can anyone give me an idea or suggestion how can I do this?
Thank you