protected virtual void Write(
char value
)
Protected Overridable Sub Write (
value As Char
)
Dim value As Char
Me.Write(value)
protected:
virtual void Write(
wchar_t value
)
This method, along with the Write(String) method, is called for every write by the base implementation. Override this method if you need to apply a transformation, like HTML encoding, to all written text.