Struct Currency
Assembly: Inttegro.dll
Syntax
[JsonConverter(typeof(CurrencyJsonConverter))]
public readonly record struct Currency : IEquatable<Currency>
Constructors
|
Edit this page
View Source
Currency(string)
Declaration
public Currency(string Value)
Parameters
| Type |
Name |
Description |
| string |
Value |
|
Fields
|
Edit this page
View Source
CNY
Declaration
public static readonly Currency CNY
Field Value
|
Edit this page
View Source
EUR
Declaration
public static readonly Currency EUR
Field Value
|
Edit this page
View Source
GBP
Declaration
public static readonly Currency GBP
Field Value
|
Edit this page
View Source
GHS
Declaration
public static readonly Currency GHS
Field Value
|
Edit this page
View Source
USD
Declaration
public static readonly Currency USD
Field Value
Properties
|
Edit this page
View Source
Value
Declaration
public string Value { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
The fully qualified type name.
|
Overrides
Implements