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

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

public static string htmlUnescapeChars(
	string original,
	int minCharValueToUnescape
)

Parameters

original
Type: SystemString
The string that should be unescaped.
minCharValueToUnescape
Type: SystemInt32
The minimum Unicode value where characters should begin to be unescaped.

Return Value

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

Reference