Question why the sring.format doesnt show the currency sign

elic05

Member
Joined
Nov 2, 2008
Messages
19
Programming Experience
Beginner
i understand that
String.Format("{0:c}",123)
has to give
$123 (or to add other currency sign)
why do i get 123?
 
Back
Top