Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Peter Freitag / Peter Freitag (Peter Freitag)
Created: 02/19/2016
Components: Documentation
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: ALL / Mac 10 All
Vote Count: 3
The adobe docs for `booleanFormat()` are incorrect, they say ?*Returns True, for a non-zero value; false for zero, false, and non-Boolean values, and an empty string ("").*? however `booleanFormat("bacon")` throws exception, interestingly `booleanFormat("")` returns `false` even though it is not a boolean either.
<cfoutput>#booleanFormat('bacon')#</cfoutput>
cannot convert the value "bacon" to a boolean on line 1
http://trycf.com/gist/ec52f97ff037b87fadbb/acf2016
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4119952
External Customer Info:
External Company:
External Customer Name: Peter Freitag
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: