Byte Data Type

Description

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

The Byte data type is useful for containing binary data that can be passed to and from dynamic link libraries (DLL) and OLE Automation objects.

See Also

CByte Function, Data Type Summary, Deftype Statements, Integer Data Type.