Api Sandbox CurrencyValue
struct

CurrencyValue

public sealed struct CurrencyValue

Describes money, in a certain currency

Constructors

CurrencyValue(Int64 price, String currency)

Methods

String Format()

Fields

Name Type Description
Currency String The name of the currency
Value Int64 The value without decimals. This is in the smallest denomination of the currency.
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.CurrencyValue