Boolean (Constructor) Summary Constructs a System.Boolean object. Signatures Click on a signature to select it and view its documentation. public Boolean() public Boolean(bool initialValue) Usage public Boolean() public Boolean(bool initialValue) Parameters initialValue The Boolean value to initialize to. Description Constructs a System.Boolean object with a default value of false. Constructs a System.Boolean object with a specified Boolean value. Share HTML | BBCode | Direct Link