Jun 4, 2003 #1 stonee74 Technical User Nov 12, 2001 49 CH hi there, Just a quickie: Are there classes around to directly convert a 4byte big byte array to an Int32, or do I need to go the manual way? Thanks a lot, stonee
hi there, Just a quickie: Are there classes around to directly convert a 4byte big byte array to an Int32, or do I need to go the manual way? Thanks a lot, stonee
Jun 5, 2003 Thread starter #2 stonee74 Technical User Nov 12, 2001 49 CH found a solution with the System.BitConverter.ToInt32(mybyteArray,4); thanks anyway, stonee Upvote 0 Downvote