G
Geoff
Hi
Can anybody help me with a puzzling thing I've encountered with formating
with percentages. If I have
x = 123
and then use format this with "P" (using the String.Format technique) I get
12300%
not the intended
123%
Can anybody tell me what I've misunderstood?
Thanks in advance
Geoff
Can anybody help me with a puzzling thing I've encountered with formating
with percentages. If I have
x = 123
and then use format this with "P" (using the String.Format technique) I get
12300%
not the intended
123%
Can anybody tell me what I've misunderstood?
Thanks in advance
Geoff