Table of Contents

Method GetGuid

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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.