Writes specified string data to stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Write( string data )
Public Sub Write ( data As String )
public: void Write( String^ data )
member Write : data : string -> unit
Parameters
- data (String)
- Data to write.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
ArgumentNullException | Is raised when data is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119