UtilityhtmlEscapeChars Method (String, Int32)Ipswitch.Messaging.Framework
Escape all characters that are above a certain Unicode value 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,
	int minCharValueToEscape
)

Parameters

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

Return Value

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

Reference