Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio .NET
Reference
Data Types
 Byte Data Type

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
Visual Basic Language Reference
Byte Data Type

Byte variables are stored as unsigned 8-bit (1-byte) numbers ranging in value from 0 through 255.

The Byte data type is used for containing binary data.

Note   The Byte data type can be converted to the Short, Integer, Long, Single, Double, or Decimal data type without encountering a System.OverflowException error.

The equivalent .NET data type is System.Byte.

See Also

Data Type Summary | Byte Structure | Integer Data Type | Short Data Type | Type Conversion Functions | Conversion Summary | Efficient Use of Data Types

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker