Documentation Index

Fetch the complete documentation index at: https://help.mail-and-deploy.com/llms.txt

Use this file to discover all available pages before exploring further.

ConvertToText

Prev Next

General

The ConvertToText function can be used to convert a value to a String.

Syntax

The syntax of the ConvertToText function is:

ConvertToText Function Syntax

ConvertToText(<value>)

Examples

The following Expression returns the value of the variable vTest of Datasource MyDatasource as String:

ConvertToText Function Example

ConvertToText([Datasource].[MyDatasources].[Variable].[vTest])