Bridge

DateTime..::..ParseExact Method (String, array<String>[]()[][], IFormatProvider, Boolean)

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

Syntax


[TemplateAttribute]
public static DateTime ParseExact(
	string value,
	string[] formats,
	IFormatProvider provider,
	bool utc
)
<TemplateAttribute> _
Public Shared Function ParseExact ( _
	value As String, _
	formats As String(), _
	provider As IFormatProvider, _
	utc As Boolean _
) As DateTime
[TemplateAttribute]
public:
static DateTime^ ParseExact(
	String^ value, 
	array<String^>^ formats, 
	IFormatProvider^ provider, 
	bool^ utc
)

Parameters

value
Type: System..::..String
formats
Type: array<System..::..String>[]()[][]
provider
Type: System..::..IFormatProvider
utc
Type: System..::..Boolean