Boolean Value Type

Overview

The Boolean value type represents a single bit.

For more information refer to the Boolean Structure topic in MSDN.

Definition

A Boolean value type can be either True or False.

Predefined values

The following is a list of predefined Boolean values:

Default value False
Minimum value False
Maximum value True

Configuration

A Boolean attribute value configuration has the following format:

<exampleElement exampleAttribute="True" />

Is this article helpful for you?