Formatter::WriteSByte Method (SByte, String^)

 

When overridden in a derived class, writes an 8-bit signed integer to the stream already attached to the formatter.

This API is not CLS-compliant.

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

protected:
[CLSCompliantAttribute(false)]
virtual void WriteSByte(
	signed char val,
	String^ name
) abstract

Parameters

val
Type: System::SByte

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: