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