
Hello Experts,
I am getting the
string str = "["Forecastuser;c30c8811-9519-e911-817c - 000d3a0718d1","Forecast manager; e739f82a - 9519 - e911 - 817c - 000d3a0718d1"]"
Not able to convert string to array.
and i need it in the format string str1 = "[\"Forecast user;c30c8811-9519-e911-817c-000d3a0718d1\",\"Forecast manager;e739f82a-9519-e911-817c-000d3a0718d1\"]"
please suggest me
Hi Amrutha,
You can use split function to split string using comma, please refer below url for reference:
stackoverflow.com/.../whats-the-most-simple-way-to-convert-comma-separated-string-to-int
asp-net-example.blogspot.com/.../c-example-comma-delimited-string-to.html