The DataBlade API supports a Boolean value in text representation as a character enclosed in single quotation marks, with the format that Table 12 shows.
| 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.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]