Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / Currency Class / Currency Constructor / Currency Constructor(Store,String,String,Int32,String,String,String,Byte,String,Byte,String,Nullable<Byte>,Decimal,Boolean,Nullable<DateTime>)
The value of store
The value of name
The value of currencysymbol
The value of decimaldigits
The value of decimalseparator
The value of groupseparator
The value of groupsizes
The value of negativepattern
The value of negativesign
The value of positivepattern
The value of isocode
The value of isocodepattern
The value of exchangerate
The value of autoupdate
The value of lastupdate
Version
Currency Constructor(Store,String,String,Int32,String,String,String,Byte,String,Byte,String,Nullable<Byte>,Decimal,Boolean,Nullable<DateTime>)
Initializes a new instance of the Currency class.
Syntax

Parameters

store
The value of store
name
The value of name
currencysymbol
The value of currencysymbol
decimaldigits
The value of decimaldigits
decimalseparator
The value of decimalseparator
groupseparator
The value of groupseparator
groupsizes
The value of groupsizes
negativepattern
The value of negativepattern
negativesign
The value of negativesign
positivepattern
The value of positivepattern
isocode
The value of isocode
isocodepattern
The value of isocodepattern
exchangerate
The value of exchangerate
autoupdate
The value of autoupdate
lastupdate
The value of lastupdate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also