I am new to c# and I am using windows forms.
Anyone knows how can I show currency symbol in a label
.
for example:
double test = 2.5;
lable1.text = test.Tostring();
The result will show 2.5 but I want to show it as £2.5
Please help me how to do that. Thank you