prog.cs(8,75): error CS0103: The name `NumberStyles' does not exist in the current context
prog.cs(8,107): error CS0103: The name `CultureInfo' does not exist in the current context
prog.cs(8,59): error CS1502: The best overloaded method match for `double.TryParse(string, System.Globalization.NumberStyles, System.IFormatProvider, out double)' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(8,59): error CS1503: Argument `#2' cannot convert `object' expression to type `System.Globalization.NumberStyles'
Compilation failed: 4 error(s), 0 warnings