StringConverterTryParse(String, DateTime, CultureInfo) Method
Tries to convert the specified string to its System.DateTime equivalent.
Namespace: Common.Core.ConvertersAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static bool TryParse(
	ref string value,
	out DateTime result,
	CultureInfo? culture = null
)
- value  String
- A string containing the value to convert.
- result  DateTime
- If the conversion succeeded, contains the value.
- culture  CultureInfo  (Optional)
- An object that provides culture-specific formatting information.
Boolean if value was converted successfully.