Table of Contents

Method GetBoolean

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

GetBoolean()

Gets a bool from this StringValue.

public bool GetBoolean()

Returns

bool

An non-null boolean 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.