CurrencyConventer

0
Hello everyone, As you see in the photo, I would like to change the converter result string to an integer how can I do that? 
asked
2 answers
0

If you retrieve a string, but want to handle it as an integer, use the parseInteger function.

https://docs.mendix.com/refguide/parse-integer/

answered
0

In addition to Peter with respect,

If you deal with amount, you should think that handle the input as decimal https://docs.mendix.com/refguide/parse-and-format-decimal-function-calls/ 

Look: 2.3 Examples

 

answered