Bridge

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

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

Syntax


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

Parameters

value
Type: System..::..String
provider
Type: System..::..IFormatProvider
result
Type: System..::..DateTime%
utc
Type: System..::..Boolean