NumberFormatInfo nFI = new CultureInfo("en-US",false).NumberFormat; Decimal int_value = Decimal.Parse(textBox1.Text);