SoftadminUtil.Html_Escape

Type: Scalar function

Replaces characters '&', '<', '>' and '"' by their html equivalent.

Return value: varchar(8000)

The escaped html.

Parameters

@html mandatory varchar(8000)
The html text to escape.