ConvertToText
  • 13 Dec 2023
  • 1 Minute to read
  • Dark
    Light

ConvertToText

  • Dark
    Light

Article summary

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])


Was this article helpful?

What's Next