Writes out a formatted string to Console.Out that is set to the system's standard output stream by default.
[Visual Basic] Overloads Public Shared Sub Write( _ ByVal format As String, _ ByVal arg0 As Object, _ ByVal arg1 As Object, _ ByVal arg2 As Object _ ) [C#] public static void Write( string format, object arg0, object arg1, object arg2 ); [C++] public: static void Write( String* format, Object* arg0, Object* arg1, Object* arg2 ); [JScript] public static function Write( format : String, arg0 : Object, arg1 : Object, arg2 : Object );
Exception Type | Condition |
---|---|
IOException | An I/O error occured. |
Uses the same semantics as Format.
Console Class | Console Members | System Namespace | Console.Write Overload List