Hi,
In xsjs for get string value from request we use this code
$.request.parameter.get("name").toString(),
toString() function is used to get the string value object from the request parameter.
Like toString() function is there any functions or any other way to get integer value from the request parameter?
Best Regards,
Desanth