In my form textedit i get value "₹ 7,245.00" now I want to convert this textedit value into decimal for total calculation. I used this code but getting error like this "Invalid Input String"
decimal Price = Convert.ToDecimal(Price.Text);
How to solve this ?. I need 7,245.00 only.