Action group: Base actions
The action converts another data type variable into a string.
Parameter | Description |
---|---|
Source | The variable whose value will be converted. For example: A numeric variable with value = 1 to a string variable. |
Data type | The data type to convert the value of the "Source" parameter to. For example: String. |
The output is a variable of a selected type to which the converted value from the "Source" field will be written.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Source | The variable whose value will be converted. | Robin.Object | Yes | |
Data type | Type of data to which the value of the «Source» parameter should be converted. | Robin.String | Yes | |
Results | ||||
Result | Variable of the selected type, into which the converted value from the «Source» field will be written. | Robin.Object |
None.
Convert a numeric variable with value = 1 to a string.
Use the "Convert data" action.
The program robot completed successfully. The needed value was written into a "String" variable.