Question
8
Replies
1090
Views
Cognizant Technology Solutions
Posted: September 11, 2017
Last activity: September 13, 2017
Closed
Solved
How to convert integer array to String array?
Hi Team,
I want to convert integer array to String array?
Input array or Value of datatype is int : proxyAccessorId: [000264383, 000502171, 000490613],
I Want Output parameter Like : proxyAccessorId: ["000264383", "000502171", "000490613"],
Can you help on above..
Thanks,
***Edited by Moderator Marissa to update categories***
Hi Siva,
Can you please let us know what exactly your requirement ?
If you want to use these integer values as String values in propertySet or concatenation, PRPC should do this conversion automatically.....you don't need to do it explicitly.
Thanks & regards,
Venkat