Conversion of numeric valus into English words.

Hi all,

Can anybody please tell me is there any method or class which can convert the numeric value to english words in AX. For instance 12000 to English words ‘Twelve thousand’.

If such a method or class is not present in AX then kindly send any code if you have as I have to use it my project.

Thank you

numeralsToTxt(real _num)

HI Karn,

Use Global::numeralsToTxt(12000) this function.