- Oct 24, 2011
- 3,219
- 3,625
Hello BHW,
I'm trying to resolve a minor issue in which the USD sign ($) is failing to display, when using the following code:
My output is showing as this:
Anyone know why I'm getting this small, rectangle-encased question-mark? Shouldn't it display a dollar sign, instead?
I'm trying to resolve a minor issue in which the USD sign ($) is failing to display, when using the following code:
Code:
string test = String.Format("{0:C}", 123.21);
Console.WriteLine(test);
My output is showing as this:
Anyone know why I'm getting this small, rectangle-encased question-mark? Shouldn't it display a dollar sign, instead?