Write the object data to a string (the string contains the Infigo XML data).

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Write(
	bool bEscape
)
Visual Basic (Declaration)
Public Function Write ( _
	bEscape As Boolean _
) As String
Visual C++
public:
String^ Write(
	bool bEscape
)

Parameters

bEscape
Type: System..::.Boolean
This parameter determines if rich text tag identifier (square bracket [) should be escaped or not.

Return Value

Returns the Infigo XML data as a string object.

See Also