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.8.0+e1037fa8802b3ff162e26559d763b73334940b70
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