Helper function used to ensure we can Convert HTML to XHTML.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static string ConvertToXml(
	string str,
	bool bLineAndIndent,
	bool encodeuniquechars,
	bool editcompletedocument
)
Visual Basic
Public Shared Function ConvertToXml ( _
	str As String, _
	bLineAndIndent As Boolean, _
	encodeuniquechars As Boolean, _
	editcompletedocument As Boolean _
) As String
Visual C++
public:
static String^ ConvertToXml(
	String^ str, 
	bool bLineAndIndent, 
	bool encodeuniquechars, 
	bool editcompletedocument
)

Parameters

str
Type: System..::..String
bLineAndIndent
Type: System..::..Boolean
encodeuniquechars
Type: System..::..Boolean
editcompletedocument
Type: System..::..Boolean

Return Value

See Also