Property AsDecimal
AsDecimal
Gets the value of this instance as
decimal.
Declaration
public override Decimal AsDecimal { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |
The decimal value that this instance represents.
|
decimal.
public override Decimal AsDecimal { get; }
| Type | Description |
|---|---|
| Decimal |
The decimal value that this instance represents.
|