Benutzer-Werkzeuge

Webseiten-Werkzeuge


windows:programming:net:code_snippsets:float_culture_decimal_mark

CultureInfo Float , . Dezimal Trenner

C#

System.Globalization.CultureInfo ci;
ci = System.Globalization.CultureInfo.CreateSpecificCulture("en-EN");
Single f = Single.Parse("1.09", ci);
windows/programming/net/code_snippsets/float_culture_decimal_mark.txt · Zuletzt geändert: 2017/11/21 14:39 von raiser