decode html string to normal text string

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

Syntax

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

Parameters

html
Type: System..::..String

Return Value

See Also