Bridge

DateTime..::..ParseExact Method (String, String)

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

Syntax


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

Parameters

value
Type: System..::..String
format
Type: System..::..String