webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | String | HTMLEncode
 
HTMLEncode
Replaces HTML-sensitive characters with equivalent HTML character entities.
Specifically, this service:
Replaces this native language character...
With...
>
>
<
&lt;
&
&amp;
"
&quot;
&#39
These translations are useful when displaying text in an HTML context.
Input Parameters
inString
String The character you want to encode in HTML.
Output Parameters
value
String Result from encoding the contents of inString. Any HTML-sensitive characters that existed in inString, for example, > or &, will appear as the equivalent HTML character entities in value.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.