Returns a string value of 'Y'/'N' from the boolean value
Optional
the boolean value to check
the string value of 'Y'/'N' from the boolean value
toStringYN(true); // 'Y' Copy
toStringYN(true); // 'Y'
Returns a string value of 'Y'/'N' from the boolean value