Can any one convert this code to 2.0 please
var line = "82 44 b4 2e 39 39 39 39 39 35";
var bytes = line.Split(' ').Select(b=> Convert.ToByte(Convert.ToInt32(b, 16))).ToArray();
System.Text.Encoding.ASCII.GetString(bytes); //"?D?.999995"
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 13, 2011, 12:39 PM