TextBoxStreamWriterWrite 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 override void Write(
char value
)
Public Overrides Sub Write (
value As Char
)
Parameters
- value
- Type: SystemChar
The character to write to the text stream.
See Also