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
Post a Comment