[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.UtilsAssembly: 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