string.fromBool constructor

string.fromBool(
  1. bool a
)

This handler in the original C# code had this note: // 3 oct 2007

Implementation

string.fromBool(bool a) : value = a ? "1" : "0";