B
bungle
Hi,
Would anyone be able to explain why I get a "Input string was not in a
correct format" on the following bit of code in C#??
public static int GENERIC_READ =
int.Parse("0xH80000000",System.Globalization.NumberStyles.HexNumber,
null);
Thanks
Dave Court
Would anyone be able to explain why I get a "Input string was not in a
correct format" on the following bit of code in C#??
public static int GENERIC_READ =
int.Parse("0xH80000000",System.Globalization.NumberStyles.HexNumber,
null);
Thanks
Dave Court