LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlDecimal structure

MySqlDecimal represents a MySQL DECIMAL value that is too large to fit in a .NET Decimal.

public struct MySqlDecimal

Public Members

namedescription
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