Bridge

Guid..::..Parse Method

Converts the string representation of a GUID to the equivalent Guid structure.

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

Syntax


public static Guid Parse(
	string input
)
Public Shared Function Parse ( _
	input As String _
) As Guid
public:
static Guid^ Parse(
	String^ input
)

Parameters

input
Type: System..::..String
The string to convert.

Return Value

A structure that contains the value that was parsed.

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptioninput is null.
System..::..FormatExceptioninput is not in a recognized format.