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

In This Topic
    ToString() Method
    In This Topic
    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