dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / ToString Method / ToString() Method

In This Topic
    ToString() Method
    In This Topic
    Returns string representation of MySqlDecimal instance.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A string value that represents the MySqlDecimal structure.
    See Also