Method ToDateTime
ToDateTime(string)
Converts a string to a DateTime.
public static DateTime ToDateTime(string value)Parameters
- valuestring
- The value. 
Returns
- DateTime
- A DateTime. 
Converts a string to a DateTime.
public static DateTime ToDateTime(string value)value stringThe value.
A DateTime.