Class GuidConverter
This utility class is designed to make System.Guid related conversions easier to work with.
Inheritance
System.Object
GuidConverter
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class GuidConverter
Methods
| Improve this DocFromString(String)
Converts the specified value
of a GUID to its equivalent System.Guid structure.
Declaration
public static Guid FromString(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The GUID to be converted. |
Returns
Type | Description |
---|---|
System.Guid | A System.Guid that is equivalent to |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.FormatException | The specified |