Helper function used to ensure we can get the strip out all of the tags from a Word file and convert it HTML.

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

Syntax

C#
public static string ConvertWordToHTML(
	string String_Word
)
Visual Basic
Public Shared Function ConvertWordToHTML ( _
	String_Word As String _
) As String
Visual C++
public:
static String^ ConvertWordToHTML(
	String^ String_Word
)

Parameters

String_Word
Type: System..::..String
Word String

Return Value

Clean text with no script tags.

See Also