ConvertDataTypes.comConvert data types programming in one click !

Convert Byte() to SByte in VB.net

    3313 hits
  • Dim vIn() As Byte = New Byte() {1, 1, 0}
  • Dim vOut As SByte = Convert.ToSByte(BitConverter.ToChar(vIn, 0)) ' 0:Which Byte position to convert