dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / ToString Method / ToString(String) Method
The format to use or a null reference (Nothing in Visual Basic) to use the default MySqlDecimal format.

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

    Parameters

    format
    The format to use or a null reference (Nothing in Visual Basic) to use the default MySqlDecimal format.

    Return Value

    A string value that represents the MySqlDecimal structure.
    See Also