Returns a string value of 'T'/'F' from the boolean value
Optional
the boolean value to check
the string value of 'T'/'F' from the boolean value
toStringTF(true); // 'T' Copy
toStringTF(true); // 'T'
Returns a string value of 'T'/'F' from the boolean value