Table of Contents

Method GetString

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

GetString()

Gets a non-null string from this StringValue. This method will throw an NullReferenceException if the value stored in this instance is null.

public string GetString()

Returns

string

An non-null string value.

Exceptions

NullReferenceException

Thrown when the value stored in this instance is null.