Bridge

DateTime..::..TryParseExact Method (String, String, DateTime%)

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

Syntax


[TemplateAttribute]
public static bool TryParseExact(
	string value,
	string format,
	out DateTime result
)
<TemplateAttribute> _
Public Shared Function TryParseExact ( _
	value As String, _
	format As String, _
	<OutAttribute> ByRef result As DateTime _
) As Boolean
[TemplateAttribute]
public:
static bool^ TryParseExact(
	String^ value, 
	String^ format, 
	[OutAttribute] DateTime^% result
)

Parameters

value
Type: System..::..String
format
Type: System..::..String
result
Type: System..::..DateTime%