Bridge

Guid..::..TryParseExact Method

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

Syntax


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

Parameters

input
Type: System..::..String
format
Type: System..::..String
result
Type: System..::..Guid%