Share My Creation GRLib (Assorted Functions)

Hi Guys,

I would like to share my library created. I have converted some of the Java Inline code such as
isNumeric(), getMD5(), bytes2Hex(), getSHA1() and i have also added the following;

1. generateToken(param1) - This function generates a token using a random secure.
2. nToWord(tnNumber) - This function converts a number or amount into words. Can be use in check writer. e.g.
Function Call: nToWord(1001233.45)
Return: One Million One Thousand Two Hundred Thirty Three And 45/100 pesos only

Hope this function could contribute and be useful here in our community.

Please download the attached files and put it on Additional Library folder.
 

Attachments

  • GRLib.jar
    3.5 KB · Views: 247
  • GRLib.xml
    2.3 KB · Views: 249
Top