ToRichText

The ToRichText() function converts a text to HTML.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a copy of text that can be used as HTML.

If text is unknown [empty] is returned.

Syntax

ToRichText(text)

ToRichText("plain text without html tags but with some html codes & € some é characters.") => "plain text without html tags but with some html codes & € some é characters."

Parameters

NameTypeRequiredDescription

text

text

a text

Last updated