G
Guest
I have a string that is in the format of a url query string, but it is not a
query string.
"RESULT=126&PNREF=V54A0A779FD7&RESPMSG=Under review by Fraud
ice&AUTHCODE=422PNI&AVSADDR=N&AVSZIP=N&IAVS=N&PREFPSMSG=Review"
It's a return from verisign
What is the easiest way to split this up into string collection?
of type stringcollection so that i can get to the value pairs?
there has to be an easy way t odo this
query string.
"RESULT=126&PNREF=V54A0A779FD7&RESPMSG=Under review by Fraud
ice&AUTHCODE=422PNI&AVSADDR=N&AVSZIP=N&IAVS=N&PREFPSMSG=Review"
It's a return from verisign
What is the easiest way to split this up into string collection?
of type stringcollection so that i can get to the value pairs?
there has to be an easy way t odo this