How to concatenate numeric values with comma to pass input to REST service
Hello
I have string value as &str =2,4,3,10
when I took Value(&str) i am getting 24310 as a numeric value
i want to pass (2,4,3,10) as a input to web service . The accepting set primitives has type Number
can you please help me on it?