Table of Contents

Method GetNewBoolean

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetNewBoolean()

Converts the new raw value to a boolean when possible.

public bool? GetNewBoolean()

Returns

bool?

The parsed boolean, or null when the value is absent or malformed.