Bridge

Guid Constructor (String)

Initializes a new instance of the Guid structure by using the value represented by the specified string.

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

Syntax


[TemplateAttribute]
public Guid(
	string uuid
)
<TemplateAttribute> _
Public Sub New ( _
	uuid As String _
)
[TemplateAttribute]
public:
Guid(
	String^ uuid
)

Parameters

uuid
Type: System..::..String

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptiong is null.
System..::..FormatExceptionThe format of g is invalid.
System..::..OverflowExceptionThe format of g is invalid.