Class GuidConverterExtensions
This is an extension implementation of the GuidConverter class.
Inheritance
System.Object
GuidConverterExtensions
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class GuidConverterExtensions
Methods
| Improve this DocToGuid(String)
Converts the specified value
of a GUID to its equivalent System.Guid structure.
Declaration
public static Guid ToGuid(this 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 |