ConvertDataTypes.comConvert data types programming in one click !

Convert Byte() to Integer in VB.net

    25766 hits
  • Dim vIn() As Byte = New Byte(){ 1, 1, 0 }
  • Dim vOut As Integer = BitConverter.ToInt32(vIn, 0) ' 0:Which Byte position to convert