Bridge

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

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

Syntax


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

Parameters

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