Bridge

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

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

Syntax


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

Parameters

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