DeserializeDateValue Method
Converts a date format string to a DateTime value.
'Declaration
Public Shared Function DeserializeDateValue( _
ByVal As String _
) As Date
'Usage
Dim s As String
Dim value As Date
value = Serializer.DeserializeDateValue(s)
Parameters
- s
- Date format string to convert