Method GetGuid
GetGuid()
Gets a Guid from this StringValue.
public Guid GetGuid()
Returns
- Guid
An non-null Guid value.
Exceptions
- NullReferenceException
Thrown when the value stored in this instance is null.
- FormatException
Thrown when the value stored in this instance is not parseable to the desired type.