Node.js examples for String:Convert
Converts strings to bools.
String.prototype.toBool = function() { return this.toLowerCase() === 'true'; };