CurrencyWrapper Constructor (Decimal)

 

Initializes a new instance of the CurrencyWrapper class with the Decimal to be wrapped and marshaled as type VT_CY.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
CurrencyWrapper(
	Decimal obj
)

Parameters

obj
Type: System::Decimal

The Decimal to be wrapped and marshaled as VT_CY.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: