Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Serializer Class / DeserializeDateValue Method
Date format string to convert


In This Topic
    DeserializeDateValue Method
    In This Topic
    Converts a date format string to a DateTime value.
    Syntax
    'Declaration
     
    
    Public Shared Function DeserializeDateValue( _
       ByVal s As String _
    ) As Date
    'Usage
     
    
    Dim s As String
    Dim value As Date
     
    value = Serializer.DeserializeDateValue(s)
    public static DateTime DeserializeDateValue( 
       string s
    )

    Parameters

    s
    Date format string to convert
    See Also