IsInteger (AnyValue)
Example
In this example, we will first pass an integer value and then a non-integer value to the function transformation object using a Variables object, to see the different outputs
Where first,
value = 12345678
then,
value = ABCDEFG
In the output windows, you can see that Boolean values, True and False, have been returned, depending on whether the provided value was an integer or a non-integer value.
Last updated