G
Guest
Given the following reponse string:
string test = "value1=5&value2=xyz&value3=text2"
Is there a function to extract the values for each named element?
If not how do I do it
This string comes in as a responce from library function. The name-value pairs are separated with the &
Thank you
string test = "value1=5&value2=xyz&value3=text2"
Is there a function to extract the values for each named element?
If not how do I do it
This string comes in as a responce from library function. The name-value pairs are separated with the &
Thank you