string.fromBool constructor
- bool a
This handler in the original C# code had this note: // 3 oct 2007
Implementation
string.fromBool(bool a) : value = a ? "1" : "0";
This handler in the original C# code had this note: // 3 oct 2007
string.fromBool(bool a) : value = a ? "1" : "0";