I want to format a decimal value as a currency value.
How can I do this?
A decimal type can not contain formatting information. You can create another property, say FormattedProperty of a string type that does what you want.
FormattedProperty