How to use Currency data type

Can anyone give any idea about currency data type,any simple example? How can we use currency data type. thanks for help in advance.
You'd expect a currency class to be able to format a given currency for output, to read one in, to convert from one currency to another and to do calculations with the value.
i am using Visual Studio 2010 and working on OPOS development and using ActiveX control : OPOSScale.ocx
this ocx has a property like :
put_UnitPrice(CY newValue);
So which type of value i have to pass in the above parameter.

Waiting for your valuable feedback.........
Last edited on
Topic archived. No new replies allowed.