Writes the text representation of the specified array of objects to the remote console
using the specified format information, followed by an end-of-line sequence.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public Sub WriteLine ( _ format As String, _ ParamArray args As Object() _ ) |
C# |
---|
public void WriteLine( string format, params Object[] args ) |
Parameters
- format
- Type: System..::..String
A format string.
- args
- Type: array<System..::..Object>[]()[][]
An array of objects to write using the specified format.