Yes, for a true value; No for a false value, empty string or null. Throws an exception for other values.
yesNoFormat(value)
→ returns string
Pass in a true value outputs Yes
yesNoFormat(true)
Expected Result: Yes
Pass in a false value outputs No
yesNoFormat(false)
Expected Result: No
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.