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