How to convert number to words.

How to convert number to words using function in Collection Rule.
Is there any OOTB function available for this?

@HarishBarodiya

You can achieve it through a java step in an activity on using the toString() function.

String text=Integer.toString();

Thank You @palas3