|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to convertHi All ,
How can i convert below byte array to 64 bit value using VB.Net Dim Buff(7) as Byte=new Byte{&HBB,&HAA,&HDD,&HFF,&HAA,&HCC,&HDD} Thanks Anoj Kumar sorry !
The correct array values are Dim Buff() as Byte=new Byte{&HBB,&HAA,&HDD,&HFF,&HAA,&HCC,&HEE,&HDD} Thanks Anoj Kumar Hello Anoj,
Dim Buff() as Byte = New Byte{&HBB, &HAA, &HDD, &HFF, &HAA, &HCC, &HEE, &HDD} Dim v as Long = BitConverter.ToInt64(Buff,0) Regards. Show quoteHide quote "Anoj" <sutradh***@gmail.com> escribió en el mensaje news:1144352398.011173.137080@z34g2000cwc.googlegroups.com... | Hi All , | | How can i convert below byte array to 64 bit value using VB.Net | | Dim Buff(7) as Byte=new Byte{&HBB,&HAA,&HDD,&HFF,&HAA,&HCC,&HDD} | | Thanks | Anoj Kumar
How does child class access parent's variables
DirectoryInfo.GetFiles -> from all subfolders XML Logging Write one record Simple installation of vb.net apps.... Q: labels DLL and form updating problem Can't read xml to Excel (dataset.WriteXml) File delete it's self? Multiline DataGrid cell? SqlExpress2005, VB.NET and Crystal Reports |
|||||||||||||||||||||||