- 13 Dec 2023
- 1 Minute to read
- DarkLight
ConvertToText
- Updated on 13 Dec 2023
- 1 Minute to read
- DarkLight
General
The ConvertToText function can be used to convert a value to a String.
Syntax
The syntax of the ConvertToText function is:
ConvertToText(<value>)
Examples
The following Expression returns the value of the variable vTest of Datasource MyDatasource as String:
ConvertToText([Datasource].[MyDatasources].[Variable].[vTest])