Boolean text representation

The DataBlade® API supports a Boolean value in text representation as a character enclosed in single quotation marks, with the format that the following table shows.
Table 1. Text representation of Boolean data
Boolean value Text representation
True 't' or 'T'
False 'f' or 'F'

A Boolean value in its text representation is often called a Boolean string.