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("0xH8 0000000",System .Globalization. NumberStyles.He xNumber,
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("0xH8 0000000",System .Globalization. NumberStyles.He xNumber,
null);
Thanks
Dave Court
Comment