LongStringToDateTime Method
Return the most appropriate individual date and time representation of
this object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public DateTime ToDateTime(
IFormatProvider provider
)
Public Function ToDateTime (
provider As IFormatProvider
) As DateTime
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
DateTime
A date and time representation of this value.
IConvertibleToDateTime(IFormatProvider)