c# - Separate values from a string -


i have string, data shown below. how read separately each property values.

ie pciaas_cardid=value; billingfirstname=value;

pciaas_cardid=value&billingfirstname=value&billinglastname=value&billingcompanynamevalues=&billingaddress1=value&billingaddress2=values&billingcity=value

that looks http query string, can use httputility.parsequerystring.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -