Guid..::..Parse Method
Converts the string representation of a GUID to the equivalent Guid structure.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- input
- Type: System..::..String
The string to convert.
Return Value
A structure that contains the value that was parsed.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | input is null. |
System..::..FormatException | input is not in a recognized format. |