Helper function used to ensure we can Convert HTML to XHTML.
Namespace: CuteEditorAssembly: 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
) |
Return Value
See Also