Overview of All Type Conversion Operations
Find here a list of all available type conversion operations in the E2E Action Language:
From Type / To Type | String | Integer | Float | Blob | Boolean | DateTime | DateTimeOutputStructure |
---|---|---|---|---|---|---|---|
String | – | convertToInteger() | convertToFloat() | convertBase64ToBlob() convertHexToBlob() | convertToBoolean() | convertToDateTime() convertDurationToDateTime() | – |
Integer | convertToString() | – | convertToFloat() | – | – | convertTimeTicksToDateTime() | convertTimeTicksToDateTime() |
Float | convertToString() | convertToInteger() | – | – | – | – | – |
Blob | convertToString() convertToHex() | – | – | – | – | – | – |
Boolean | convertToString() | convertToInteger() | – | – | – | – | – |
DateTime | convertToString() | convertDateTimeToTimeTicks() | – | – | – | – | convertDateTimeToStructure() |
DateTimeOutputStructure | – | – | – | – | – | convertStructureToDateTime() | – |