L
Lloyd Dupont
I would like to format financial value with something as simple as:
string.Format("{0:$#.###.00}", value)
but instead of hardcoding the format string I would like to use the system
one.
I found the NumberFormatInfo but I can't find how to get the currency format
string from it....
Any tip?
string.Format("{0:$#.###.00}", value)
but instead of hardcoding the format string I would like to use the system
one.
I found the NumberFormatInfo but I can't find how to get the currency format
string from it....
Any tip?