Savable Currency Value

💾 SavableCurrencyValue Struct

A savable version of Currency.Value.

Namespace: Esper.Inventool.DataManagement Access: public Type: struct Attributes: [Serializable]


📦 Fields

Access
Field
Type
Description

public

decimalValue

decimal

The decimal value.

public

integerValue

int

The integer value.

public

floatValue

float

The float value.


🧰 Methods

Access
Method
Returns
Description

public

SavableCurrencyValue(Currency.Value value)

-

Constructor. Creates a savable currency value from a Currency.Value.

public

ToCurrencyValue()

Currency.Value

Converts this SavableCurrencyValue back into a Currency.Value.


Last updated