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()
|
– |
|
Integer |
convertToString() |
– |
convertToFloat() |
– |
– |
convertTimeTicksToDateTime() |
convertTimeTicksToDateTime() |
|
Float |
convertToString() |
convertToInteger() |
– |
– |
– |
– |
– |
|
Blob |
convertToString()
|
– |
– |
– |
– |
– |
– |
|
Boolean |
convertToString() |
convertToInteger() |
– |
– |
– |
– |
– |
|
DateTime |
convertToString() |
convertDateTimeToTimeTicks() |
– |
– |
– |
– |
convertDateTimeToStructure() |
|
DateTimeOutputStructure |
– |
– |
– |
– |
– |
convertStructureToDateTime() |
– |