|
|
back to boardSeparetor Posted by C# 5 Jan 2007 12:53 Admins, plz do smthing with System.Globalization.NumberFormatInfo.CurrentInfo.NumberDecimalSeparator in C#, because in your system standart DecimalSeparator is "," but in problems we use "." . Thnx for C#! :) Use InvariantCulture (+) try this code: Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; Edited by author 05.01.2007 22:36 Re: Use InvariantCulture (+) Crash, when using this string of code |
|
|