Click or drag to resize

DateParse(String, IFormatProvider) Method

Parses a string into a value.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public static Date Parse(
	string s,
	IFormatProvider? provider
)

Parameters

s  String
The string to parse.
provider  IFormatProvider
An object that provides culture-specific formatting information about s.

Return Value

Date
The result of parsing s.

Implements

IParsableTSelfParse(String, IFormatProvider)
Exceptions
ExceptionCondition
ArgumentNullExceptions is .
FormatExceptions is not in the correct format.
OverflowExceptions is not representable by TSelf.
See Also