Console.Write Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Writes the text representation of the specified value or values to the standard output stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Write(Char) | Infrastructure. Writes the specified Unicode character value to the standard output stream. | |
Write(array<Char[]) | Infrastructure. Writes the specified array of Unicode characters to the standard output stream. | |
Write(Int32) | Infrastructure. Writes the text representation of the specified 32-bit signed integer value to the standard output stream. | |
Write(Object) | Infrastructure. Writes the text representation of the specified object to the standard output stream. | |
Write(String) | Infrastructure. Writes the specified string value to the standard output stream. | |
Write(String, Object) | Infrastructure. Writes the text representation of the specified object to the standard output stream using the specified format information. | |
Write(String, array<Object[]) | Infrastructure. Writes the text representation of the specified array of objects to the standard output stream using the specified format information. | |
Write(array<Char[], Int32, Int32) | Infrastructure. Writes the specified subarray of Unicode characters to the standard output stream. | |
Write(String, Object, Object) | Infrastructure. Writes the text representation of the specified objects to the standard output stream using the specified format information. | |
Write(String, Object, Object, Object) | Infrastructure. Writes the text representation of the specified objects to the standard output stream using the specified format information. |
Top