Bridge

DateTime..::..TryParseExact Method (String, array<String>[]()[][], DateTime%, Boolean)

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

Syntax


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

Parameters

value
Type: System..::..String
formats
Type: array<System..::..String>[]()[][]
result
Type: System..::..DateTime%
utc
Type: System..::..Boolean