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
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(Char) Infrastructure. Writes the specified Unicode character value to the standard output stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(array<Char[]) Infrastructure. Writes the specified array of Unicode characters to the standard output stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(Int32) Infrastructure. Writes the text representation of the specified 32-bit signed integer value to the standard output stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(Object) Infrastructure. Writes the text representation of the specified object to the standard output stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(String) Infrastructure. Writes the specified string value to the standard output stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(String, Object) Infrastructure. Writes the text representation of the specified object to the standard output stream using the specified format information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(array<Char[], Int32, Int32) Infrastructure. Writes the specified subarray of Unicode characters to the standard output stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write(String, Object, Object) Infrastructure. Writes the text representation of the specified objects to the standard output stream using the specified format information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 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

See Also

Reference