Click or drag to resize

mxUtilsHtmlEntities Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the ampersand, quote, prime, less-than and greater-than characters to their corresponding HTML entities in the given string.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static string HtmlEntities(
	string text
)
Request Example View Source

Parameters

text
Type: SystemString

Return Value

Type: String
See Also