Hiya folks i can put a £ symbol into the line but im not sure on the € sign?..can anyone help me please? I used "C" for sterling price but what do i use for the euro?

txtFinEuros.Text = (Convert.ToDecimal(txtBoxBrick.Text) * Convert.ToDecimal(textBoxLength.Text) * Convert.ToDecimal(txtEuros.Text)* Convert.ToDecimal(textBoxWidth.Text)).ToString("C");