C-DEngine 5.105

TheCommonUtils..::..cdeStripHTML Method

Process a string to remove all HTML tags.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string cdeStripHTML(
	string strInput
)
Public Shared Function cdeStripHTML ( _
	strInput As String _
) As String
public:
static String^ cdeStripHTML(
	String^ strInput
)

Parameters

strInput
Type: String
The input string.

Return Value

The processed string.