Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to convert a primary key Interger to a String.
In the tMap I have written: (REF.REF_ID).toString() but the following error appears: "cannot invoke toString() on the primitive type int".
How can I convert it?
Thanks