protected virtual void Write(
	string? value
)Protected Overridable Sub Write ( 
	value As String
)
Dim value As String
Me.Write(value)protected:
virtual void Write(
	String^ value
)This method, along with the Write(Char) 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.