UtilityhtmlUnescapeChars Method (String)Ipswitch.Messaging.Framework
Unescape to a character any html escape sequences found in the given string that have a value above or equal to Unicode value 128.

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static string htmlUnescapeChars(
	string original
)

Parameters

original
Type: SystemString
The string that should be unescaped.

Return Value

Type: String
A string that is the unescaped version of the original string passed into the method.
See Also

Reference