Want to Convert the format of the number
Hi,
Can you try the following expression?
yourVar.toString("N2")
note: yourVar is numeric type (such as Int32, Double etc)
Regards,
Thanks Yoichi,Got the expected Output
1 Like
hey what if i want to have the output as number too?
How to get this Output as number too
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.