decimal separator in german system
-
Hi,
the decimal separator in a german xp system is "," ,but i need "." to be the separator under whatever xp system.
Any one knows such kinds of issue
Regards,
bag
-
So...?
-
fofi schrieb:
So...?
so how in C# to make the decimal always in a "." separator style if i converter the decimal to a string
example
decimal 12,01 in german system
to be showed as "12.01"That is.
-
-
string Replace
-
fofi schrieb:
Ja.
Decimal.ToString Method (String, IFormatProvider)CultureInfo.InvariantCulture that is powerful
Danke