DateTryParse(String, IFormatProvider, Date) Method |
Tries to parse a string into a value.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic static bool TryParse(
string? s,
IFormatProvider? provider,
out Date? result
)
Parameters
- s String
- The string to parse.
- provider IFormatProvider
- An object that provides culture-specific formatting information about s.
- result Date
- When this method returns, contains the result of successfully parsing s or an undefined value on failure.
Return Value
Boolean if
s was successfully parsed; otherwise,
.
Implements
IParsableTSelfTryParse(String, IFormatProvider, TSelf)
See Also