Class CurrencyPattern
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the currency patterns.
public class CurrencyPattern
- Inheritance
-
CurrencyPattern
- Inherited Members
Methods
GetNegativePattern(int)
Gets the negative pattern.
public static NegativePattern GetNegativePattern(int value)
Parameters
value
intThe value.
Returns
GetNegativePatterns()
Gets the negative patterns.
public static IEnumerable<NegativePattern> GetNegativePatterns()
Returns
- IEnumerable<NegativePattern>
A collection of the NegativePattern.
GetPositivePattern(int)
Gets the positive pattern.
public static PositivePattern GetPositivePattern(int value)
Parameters
value
intThe value.
Returns
GetPositivePatterns()
Gets the positive patterns.
public static IEnumerable<PositivePattern> GetPositivePatterns()
Returns
- IEnumerable<PositivePattern>
A collection of the PositivePattern.