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