Websydian v6.1 online documentationOnline documentation - Websydian v6.1

EncodeHTMLEntities

Scoped name

WSYBASE/StringFunctions.WebServer.EncodeHTMLEntities

WSYBASE/StringFunctions.Server.EncodeHTMLEntities

Interface

Field Variable ...as Description
StringSource Input Input Field containing the string to be encoded
StringTargetLength Output Output The length of the returned  string
StringTarget Output Output The encoded string returned

Description

Replace all HTML entities in a string e.g. the string <p>WebsydianExpress</p> will become &lt;p&gt;WebsydianExpress&lt;/p&gt;