Data Manipulation & Conversion
Converting to Text
There are multiple ways to convert values to different types. Using Convert To Text activity you can convert all supported values to text. Also using Format Text activity you can convert variables to text and and use it with other text.
Convert Int64 to String
Use ToString() method.
Last updated