User Guide

Quick Reference to CFML 13
Decision functions
IsArray(value [,
number
])
IsAuthenticated([
security-context-name
])
IsAuthorized(
resourcetype
,
resourcename
[,
action
])
IsBinary(
value
)
IsBoolean(
value
)
IsDate(
string
)
IsDebugMode()
IsDefined("
variable_name
")
IsLeapYear(
year
)
IsNumeric(
string
)
IsNumericDate(
number
)
IsQuery(
value
)
IsSimpleValue(
value
)
IsStruct(
variable
)
LSIsCurrency(
string
)
LSIsDate(
string
)
LSIsNumeric(
string
)
Display and formatting functions
DateFormat(
date
[,
mask
])
DecimalFormat(
number
)
DollarFormat(
number
)
FormatBaseN(
number
,
radix
)
HTMLCodeFormat(
string
[,
version
])
HTMLEditFormat(
string
[,
version
])
LSCurrencyFormat(
number
[,
type
])
LSDateFormat(
date
[,
mask
])
LSEuroCurrencyFormat(
currency-number
[,
type
])
LSNumberFormat(number [, mask ])
LSTimeFormat(
time
[,
mask
])
NumberFormat(
number
[,
mask
])
ParagraphFormat(
string
)
PreserveSingleQuotes(
variable
)
TimeFormat(
time
[,
mask
])
URLEncodedFormat(
string
)
YesNoFormat(
value
)
Dynamic evaluation functions
DE(
string
)
Evaluate(
string_expression1
[,
string_expression2
[, … ] ] )
IIf(
condition
,
string_expression1
,
string_expression2
)
SetVariable(
name
,
value
)
Format conversion functions
JSStringFormat(
string
)
ToBase64(
string
or
binary_object
)
ToBinary(
string_in_Base64 or binary_value
)
URLDecode(
URL_encoded_string
)
URLEncodedFormat(
string
)
ToString(
any_value
)
XMLFormat(
string
)