Search found 1 match

by ilifka1
Wed Jan 07, 2015 2:57 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Programm not working properly
Replies: 1
Views: 533

Programm not working properly

Hallo!
I have problem with my VPS. My PC running the same OS as on VPS!But my :arrow: VPS dond't read programm code properly (as my coder says).I'll give you a proof (C#):
{
string price = "0,09";
double coef = 1.15;
int price1 = Convert.ToInt32(Convert.ToDouble(price) * 100);
price1 = Convert ...