Search
Converter.ToDateTime Method
See Also
 





Converts the specified string value to DateTime.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static Nullable<DateTime> ToDateTime (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToDateTime( _
    s As String _
) As Nullable(Of DateTime)

 Parameters

s

The string value to convert from.

 Return Value

A DateTime value that is deserialized from the specified string.

 See Also