C# Class System.Currency

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Currency ( Decimal value ) : System
FromOACurrency ( long cy ) : Currency
ToDecimal ( Currency c ) : Decimal
ToOACurrency ( ) : long

Private Methods

Method Description
Currency ( long value, int ignored ) : System
FCallToDecimal ( Decimal &result, Currency c ) : void

Method Details

Currency() public method

public Currency ( Decimal value ) : System
value Decimal
return System

FromOACurrency() public static method

public static FromOACurrency ( long cy ) : Currency
cy long
return Currency

ToDecimal() public static method

public static ToDecimal ( Currency c ) : Decimal
c Currency
return Decimal

ToOACurrency() public method

public ToOACurrency ( ) : long
return long