NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextWriter.WriteLine (Int64)

Writes the text representation of an 8-byte integer followed by a line terminator to the text stream.

[Visual Basic]
Overloads Overridable Public Sub WriteLine( _
   ByVal value As Long _
)
[C#]
public virtual void WriteLine(
   long value
);
[C++]
public: virtual void WriteLine(
   __int64 value
);
[JScript]
public function WriteLine(
   value : long
);

Parameters

value
The 8-byte integer to write.

Exceptions

Exception Type Condition
ArgumentNullException A a null reference (in Visual Basic Nothing) string or object is passed.
IOException An I/O error occurs.

See Also

TextWriter Class | TextWriter Members | System.IO Namespace | TextWriter.WriteLine Overload List