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