Converts the specified string value to DateTime.
Namespace: MindFusion.Json.Wpf
Assembly: MindFusion.Common.Wpf
C# Copy Code |
---|
public static Nullable<DateTime> ToDateTime ( |
Visual Basic Copy Code |
---|
Public Shared Function ToDateTime( _ |
The string value to convert from.
A DateTime value that is deserialized from the specified string.