Returns a string value of '1'/'0' from the boolean value
Optional
the boolean value to check
the string value of '1'/'0' from the boolean value
toString10(true); // '1' Copy
toString10(true); // '1'
Returns a string value of '1'/'0' from the boolean value