Table of Contents

Method GetBoolean

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

GetBoolean()

Parses the value contained in this StringValue as a bool. Throws an exception if the value couldn't be parsed to the target type.

public bool GetBoolean()

Returns

bool

The converted bool.

Exceptions

FormatException

Thrown when the value cannot be parsed to a bool.