I have a string, with data as shown below. How I 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 like a HTTP query string, for which you can use HttpUtility.ParseQueryString.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With