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