August 2003
Intermediate to advanced
928 pages
32h 1m
English
CurrencyWrapper
This class is used to create a wrapper
around a decimal
value. Then, when you pass the newly created
CurrencyWrapper to an unmanaged method, the object
is marshaled as the VT_CURRENCY type.
public sealed class CurrencyWrapper { // Public Constructors public CurrencyWrapper(decimalobj); public CurrencyWrapper(objectobj); // Public Instance Properties public decimal WrappedObject{get; } }