CurrencyWrapper

CurrencyWrapper

System.Runtime.InteropServices (mscorlib.dll) sealed class

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  (decimal   obj   );    public  CurrencyWrapper  (object   obj   );  // Public Instance Properties  public decimal  WrappedObject  {get; } } 


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net