Table of Contents

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

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