DateTimeUrlFormatterTryParse Method |
Attempts to parse date time in custom culture independent format.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool TryParse(
string formattedDateTime,
out DateTime dateTime
)
Parameters
- formattedDateTime
- Type: SystemString
- dateTime
- Type: SystemDateTime
Return Value
Type:
Boolean
True when parsing succeeded, false otherwise.
See Also