Writes the text representation of a Boolean to Console.Out that is set to the system's standard output stream by default.
[Visual Basic] Overloads Public Shared Sub Write( _ ByVal value As Boolean _ ) [C#] public static void Write( bool value ); [C++] public: static void Write( bool value ); [JScript] public static function Write( value : Boolean );
Exception Type | Condition |
---|---|
IOException | An I/O error occured. |
This method outputs either Boolean.TrueString or Boolean.FalseString.
Console Class | Console Members | System Namespace | Console.Write Overload List