Guid Constructor (String)
Initializes a new instance of the Guid structure by using the value represented by the specified string.
Namespace:
SystemAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | g is null. |
System..::..FormatException | The format of g is invalid. |
System..::..OverflowException | The format of g is invalid. |