struct CurrencyValue
Summary
| Members | Type | Descriptions |
|---|
| name | variable | |
| symbol | variable | |
| decimals | variable | |
| value | variable | |
| displayValue | variable | |
| ToString | function | |
Members
public string name
public string symbol
public string decimals
public string value
public string displayValue
public inline override string ToString()