2.1.3 Bit

The Bit data type is a Boolean that supports 0 or 1 as the data value. The values of this data type are represented in simple Unicode string format, as follows.

  
 Bit = "0" / "1"