dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / ToString Method / ToString() Method

On this page
    ToString() Method
    On this page
    Converts the current SQLiteDateTime structure to a System.String.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String object.
    Remarks
    This overload uses the DateTimeFormatInfo.CurrentInfo.ShortDatePattern and DateTimeFormatInfo.CurrentInfo.LongTimePattern values.
    See Also