Bridge

DateTime..::..ParseExact Method (String, array<String>[]()[][], IFormatProvider)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static DateTime ParseExact(
	string value,
	string[] formats,
	IFormatProvider provider
)
<TemplateAttribute> _
Public Shared Function ParseExact ( _
	value As String, _
	formats As String(), _
	provider As IFormatProvider _
) As DateTime
[TemplateAttribute]
public:
static DateTime^ ParseExact(
	String^ value, 
	array<String^>^ formats, 
	IFormatProvider^ provider
)

Parameters

value
Type: System..::..String
formats
Type: array<System..::..String>[]()[][]
provider
Type: System..::..IFormatProvider