Character (Constructor) Summary Constructs a System.Character object. Signatures Click on a signature to select it and view its documentation. public Character() public Character(char value) Usage public Character() public Character(char value) Parameters value The character value to initialize to. Description Constructs a System.Character object with a default value of \0 (a null character). Constructs a System.Character object with the specified character value. Share HTML | BBCode | Direct Link