Struct PositivePattern
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a positive currency pattern
public struct PositivePattern
- Inherited Members
Constructors
PositivePattern(int, string)
Initializes a new instance of the structure.
public PositivePattern(int value, string pattern)
Parameters
Properties
Pattern
Gets the pattern.
public string Pattern { get; }
Property Value
Value
Gets the value.
public int Value { get; }