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