Returns a string value of 'true'/'false' from the boolean value
Optional
the boolean value to check
the string value of 'true'/'false' from the boolean value
toStringTrueFalse(true); // 'true' Copy
toStringTrueFalse(true); // 'true'
Returns a string value of 'true'/'false' from the boolean value