BoolParsingX extension

Adds boolean parsing helpers to dynamic values.

This extension is used internally by Convert.toBool but can also be used directly when you want a simple, non-throwing conversion with default rules.

See also: BoolOptions for configurable parsing via ConvertConfig.

on

Properties

asBool bool

Available on Object?, provided by the BoolParsingX extension

Converts any value to a boolean with predictable, conservative semantics.
no setter