Node.js examples for String:Parse
Convert String to int 32
String.prototype.ToInt32 = function () { return parseInt(this); };