Table of Contents

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

value int
The value.
pattern string
The pattern.

Properties

Pattern

Gets the pattern.
public string Pattern { get; }

Property Value

string

Value

Gets the value.
public int Value { get; }

Property Value

int
To top