Click or drag to resize
TextWriterWrite Method (UInt64)
Writes the text representation of an 8-byte unsigned integer to the text stream.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual void Write(
	ulong value
)

Parameters

value
Type: SystemUInt64
The 8-byte unsigned integer to write.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.
See Also