C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Guid Structure
Guid Methods
Equals Method
GetHashCode Method
NewGuid Method
Parse Method
ToString Method
Guid
Parse Method
Converts the string representation of a GUID to the equivalent
Guid
structure.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
static
Guid
Parse
(
string
input
)
Parameters
input
Type:
System
String
The GUID to convert.
Return Value
Type:
Guid
A structure that contains the value that was parsed.
Exceptions
Exception
Condition
ArgumentNullException
input
is null.
FormatException
input
is not in a recognized format.
See Also
Reference
Guid Structure
System Namespace