Formatter::WriteInt32 Method (Int32, String^)

 

When overridden in a derived class, writes a 32-bit signed integer to the stream.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

protected:
virtual void WriteInt32(
	int val,
	String^ name
) abstract

Parameters

val
Type: System::Int32

The value to write.

name
Type: System::String^

The name of the member.

Notes to Inheritors:

You must implement this method in a derived class.

.NET Framework
Available since 1.1
Return to top
Show: