Last Updated: February 25, 2016
·
2.547K
· nikolamandic

String to unsigned integer in JavaScript

string to number via ToUint32 in #javascript

"0xC">>>0

that operator will use ToUint32 on that string and the output will be unsigned integer

see link for reference
http://www.ecma-international.org/ecma-262/5.1/#sec-9.6