BooleanConverter

Accepts, case-insensitively, true/false, 1/0, yes/no, y/n, and on/off.

Properties

Link copied to clipboard
open override val typeName: String

A short name for the target type (for example "Int"), shown in help and error messages.

Functions

Link copied to clipboard
open override fun convert(raw: String): Boolean

Parses raw into a value of type T.