Writes the specified value.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public void Write(
	string value
)
Visual Basic
Public Sub Write ( _
	value As String _
)

Parameters

value
Type: System..::..String
The value.

See Also