Returns a string value of 'yes'/'no' from the boolean value
Optional
the boolean value to check
the string value of 'yes'/'no' from the boolean value
toStringYesNo(true); // 'yes' Copy
toStringYesNo(true); // 'yes'
Returns a string value of 'yes'/'no' from the boolean value