When overidden in a derived class, writes an 8-bit unsigend integer to the stream already attached to the formatter.
[Visual Basic] MustOverride Protected Sub WriteByte( _ ByVal val As Byte, _ ByVal name As String _ ) [C#] protected abstract void WriteByte( byte val, string name ); [C++] protected: virtual void WriteByte( unsigned char val, String* name ) = 0; [JScript] protected abstract function WriteByte( val : Byte, name : String );
Formatter Class | Formatter Members | System.Runtime.Serialization Namespace