This is a shortcut to Runtime.HtmlUtilities.HtmlEncode.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| text | String | The text to encode. | ||
| makeConsecutiveSpacesNonBreaking | Boolean | Optional | Indicates whether to make all consecutive spaces into non-breaking spaces. If omitted, a value of False is assumed. | |
| encodeLineBreaks | Boolean | Optional | If omitted, a value of False is assumed. |
A String value.