G Guest Apr 6, 2005 #1 I have an ascii file with hex values. I need to read the values and convert the string to a short. Is there an easy way to do this?
I have an ascii file with hex values. I need to read the values and convert the string to a short. Is there an easy way to do this?
J Joshua Flanagan Apr 7, 2005 #2 There is a KB article on how to do this (must be a common question). http://support.microsoft.com/Default.aspx?kbid=835454 It should work the same with Int16.Parse() instead of Int32.Parse() if you want shorts. Joshua Flanagan http://flimflan.com/blog
There is a KB article on how to do this (must be a common question). http://support.microsoft.com/Default.aspx?kbid=835454 It should work the same with Int16.Parse() instead of Int32.Parse() if you want shorts. Joshua Flanagan http://flimflan.com/blog