Automatic conversion of types

The following table shows how KCM Core converts expressions when processing parameters passed by a client.

From/To Numbers Booleans
Strings String is interpreted as a number. Non-numeric values cause a run-time error. Y and True are converted to True. N and False are converted to False. All other values cause a run-time error.