help me plz
-
hi all , i have a byte array where the data is represented as hexadecimal number. I want to retrive this hexadecimal number from the byte. then again i need to convert the hexadecimal number to float. plz help me and give me some suggestions.. thanks in advance, Sunita
-
hi all , i have a byte array where the data is represented as hexadecimal number. I want to retrive this hexadecimal number from the byte. then again i need to convert the hexadecimal number to float. plz help me and give me some suggestions.. thanks in advance, Sunita
Hi, Frankly speaking I never tried this but I can suggest you something to try out. try this, System.Int32.Parse("your hex number",System.Globalization.NumberStyles.AllowHexSpecifier); or float.Parse(,System.Globalization.NumberStyles.AllowHexSpecifier); May be this will help you. Reply me. :cool::cool: nishu
-
hi all , i have a byte array where the data is represented as hexadecimal number. I want to retrive this hexadecimal number from the byte. then again i need to convert the hexadecimal number to float. plz help me and give me some suggestions.. thanks in advance, Sunita
http://www.devx.com/vb2themax/Tip/18808[^]
Hi, Thanks, if u think it's good. otherwise sorry.