LineWrappingTextWriterWrite Method (String) |
Writes a string to the text stream.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic override void Write(
string value
)
Public Overrides Sub Write (
value As String
)
Dim instance As LineWrappingTextWriter
Dim value As String
instance.Write(value)
public:
virtual void Write(
String^ value
) override
Parameters
- value
- Type: SystemString
The string to write.
Exceptions
See Also