This topic has not yet been rated - Rate this topic

TextWriter.WriteLine Method (Double)

May 02, 2013

Writes the text representation of a 8-byte floating-point value followed by a line terminator to the text stream.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)
public virtual void WriteLine(
	double value
)

Parameters

value
Type: System.Double
The 8-byte floating-point value to write.
ExceptionCondition
ObjectDisposedException

The TextWriter is closed.

IOException

An I/O error occurs.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.