NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



HtmlEncode

Converts string to HTML entities

Prepares string for use in an HTML document. The translations performed are: '&' (ampersand) becomes '&amp;' '"' (double quote) becomes '&quot;' '<' (less than) becomes '&lt;' '>' (greater than) becomes '&gt;'

Related Function(s):
   UrlEncode;

Minimum version: 4.7 build 20050415