![]() |
VOOZH | about |
Decimal.FromOACurrency() Method is used to convert the specified 64-bit signed integer that contains an OLE Automation Currency value, to the equivalent Decimal value.
Syntax: public static decimal FromOACurrency (long cy); Here, it takes an OLE Automation Currency value.
Return Value: This method returns a Decimal that contains the equivalent of cy.
Below programs illustrate the use of Decimal.FromOACurrency(Int64) Method:
Example 1:
Equivalent decimal value is 922337203685477.5807
Example 2:
Equivalent decimal value are respectively 922337203685477.5807 -922337203685477.5808 123456789098765.4321 429496.7295
Reference: