Writes a string to the stream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public override void Write( string value ) |
| Visual Basic |
|---|
Public Overrides Sub Write ( _ value As String _ ) |
| Visual C++ |
|---|
public: virtual void Write( String^ value ) override |
Parameters
- value
- Type: System..::..String
String to write.