Click or drag to resize
TextBoxStreamWriter. Write Method (Char)
Writes a character to the text string or stream.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Overrides Sub Write ( 
	value As Char
)

Parameters

value
Type: System.Char
The character to write to the text stream.
See Also