Click or drag to resize
TextWriterWrite Method (Int32)
Writes the text representation of a 4-byte signed integer to the text stream.

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

Parameters

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