[This is preliminary documentation and is subject to change.]

Parses the date exactly from the format. This function tests different value of culture before getting the date

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static DateTime ParseExact(
	string date,
	string format
)
Visual Basic (Declaration)
Public Shared Function ParseExact ( _
	date As String, _
	format As String _
) As DateTime
Visual C++
public:
static DateTime ParseExact(
	String^ date, 
	String^ format
)

Parameters

date
Type: System..::.String
The date string
format
Type: System..::.String
The date format

Return Value

The date value

See Also