MySqlDecimal structure
MySqlDecimal represents a MySQL DECIMAL value that is too large to fit in a .NET Decimal.
public struct MySqlDecimal
Public Members
| name | description |
|---|---|
| Value { get; } | Gets the value of this MySqlDecimal as a Decimal. |
| ToDouble() | Gets the value of this MySqlDecimal as a Double. |
| override ToString() | Gets the original value of this MySqlDecimal as a String. |
See Also
- namespace MySqlConnector
- assembly MySqlConnector