Represents the constant that is the empty Byte value.
[Visual Basic] Public Const Empty As Byte [C#] public const byte Empty; [C++] public: const unsigned char Empty; [JScript] public var Empty : Byte;
The Empty field has the value of TBD, which is zero. (See Empty.)