Charting for WinForms Programmer's Guide
Converter.ToDateTime Method
See Also
 






Converts the specified string value to DateTime.

Namespace: MindFusion.Json
Assembly: 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

Converter Members
Converter Class
MindFusion.Json Namespace