T Tanja Krammer Apr 8, 2006 #1 Dear all, string a="0x0000000a"; int.Parse(a) <-Wrong format exception!!!! What do I do wrong?
K Kevin Spencer Apr 8, 2006 #3 Convert.ToInt32("0x0000000a", 16) -- HTH, Kevin Spencer Microsoft MVP Professional Numbskull Show me your certification without works, and I'll show my certification *by* my works.
Convert.ToInt32("0x0000000a", 16) -- HTH, Kevin Spencer Microsoft MVP Professional Numbskull Show me your certification without works, and I'll show my certification *by* my works.