Formats Html as text by removing
tags and replacing by linefeeds

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string ConvertToText(
	string strHtml
)
Visual Basic
Public Shared Function ConvertToText ( 
	strHtml As String
) As String

Parameters

strHtml
Type: System..::..String
Html to format

Return Value

The formatted text

Remarks