Use the CCur function to create a Currency value. The initial C in CCur stands for convert and it can be used to convert Number values to Currency values.
Examples
CCur (10000) CCur (-20) CCur (1.23)
Simple Data Types