Application Integration
- Application Integration
- All Products
util:toInteger(value,flag)
Argument
| Required/
Optional
| Description
|
---|---|---|
value
| Required
| Must be a string or numeric data type. Passes the value that you want to convert to an integer.
You can enter any valid transformation expression.
|
flag
| Optional
| Specifies whether to truncate or round the decimal portion. The flag must be an integer literal or the constants TRUE or FALSE:
|
util:toInteger(IN_TAX, fn:boolean(1))
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|