|
|
вернуться в форум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#! :) try this code: Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; Edited by author 05.01.2007 22:36 Crash, when using this string of code |
|
|