# Sandbox.CurrencyValue

Describes money, in a certain currency

- Kind: struct
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`CurrencyValue`](/api/Sandbox.CurrencyValue/.ctor)

## Fields

- [`Currency`](/api/Sandbox.CurrencyValue/Currency): The name of the currency
- [`Value`](/api/Sandbox.CurrencyValue/Value): The value without decimals. This is in the smallest denomination of the currency.

## Methods

- [`Format`](/api/Sandbox.CurrencyValue/Format)
