Converting expression to convert String to Integer/Long

2
Hi! Can you help me to create the correct expression for converting String to Integer/Long type? 
asked
3 answers
2

Hi Nastassia,

 

You could use the parseInteger function to convert a string to an integer:

parseInteger('0')

 

Read more about it in the documentation:

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

 

Hope this helps,

 

Regards, Jeroen

answered
1

Hii

            ParseInteger($entity/attribute)

 

answered
0

Thank you so much!

answered