UtilityhtmlEscapeChars Method (String)Ipswitch.Messaging.Framework
Escape all characters that are above or equal to Unicode value 128 in the given string using HTML escape sequences.

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

public static string htmlEscapeChars(
	string original
)

Parameters

original
Type: SystemString
The string that should be escaped.

Return Value

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

Reference