HTMLEncode

Top  Previous  Next

function HTMLEncode(Value: string): string;

 

Returns the HTML encoded Value.  The following characters are replaced:

 

" with "

& with &

< with &lt;

> with &gt;