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