ConvertDataTypes.comConvert data types programming in one click !

Convert Integer to Byte() in VB.net

    30347 hits
  • Dim vIn As Integer = 0
  • Dim vOut As Byte() = BitConverter.GetBytes(vIn)