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