DateTime..::..ParseExact Method (String, array<String>[]()[][], Boolean)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static DateTime ParseExact( string value, string[] formats, bool utc )
<TemplateAttribute> _ Public Shared Function ParseExact ( _ value As String, _ formats As String(), _ utc As Boolean _ ) As DateTime
[TemplateAttribute] public: static DateTime^ ParseExact( String^ value, array<String^>^ formats, bool^ utc )
Parameters
- value
- Type: System..::..String
- formats
- Type: array<System..::..String>[]()[][]
- utc
- Type: System..::..Boolean