MySqlDecimal.Value property
Gets the value of this MySqlDecimal
as a Decimal.
public decimal Value { get; }
Remarks
This method will throw an OverflowException if the value is too large to be represented.
See Also
- struct MySqlDecimal
- namespace MySqlConnector
- assembly MySqlConnector