Writes a formatted string to the stream.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public override void Write(
	string format,
	Object arg0,
	Object arg1
)
Visual Basic
Public Overrides Sub Write ( _
	format As String, _
	arg0 As Object, _
	arg1 As Object _
)
Visual C++
public:
virtual void Write(
	String^ format, 
	Object^ arg0, 
	Object^ arg1
) override

Parameters

format
Type: System..::..String
String with formatting to write.
arg0
Type: System..::..Object
String format argument.
arg1
Type: System..::..Object
String format argument.

See Also