Writes the text representation of an 8-byte integer to Out that is set to the system's standard output stream by default.
[Visual Basic] Overloads Public Shared Sub Write( _ ByVal value As Long _ ) [C#] public static void Write( long value ); [C++] public: static void Write( __int64 value ); [JScript] public static function Write( value : long );
Exception Type | Condition |
---|---|
IOException | An I/O error occured. |
The text representation of the given value is produced by calling the ToString.
Console Class | Console Members | System Namespace | Console.Write Overload List