ConversionToDateTime(String) Method
Return a value converted to DateTime, with no exception thrown in the
case that the specified value is not valid.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static DateTime ToDateTime(
string value
)
Public Shared Function ToDateTime (
value As String
) As DateTime
No code example is currently available or this language may not be supported.
- value String
-
Value to convert to a DateTime.
DateTime
If the caller's value was valid, a DateTime representation of that
value. Otherwise, DateTime.MinValue.