User Guide

26 CFML Quick Reference
IsXmlNode(value)
IsXmlRoot(
value)
LSIsCurrency(
string)
LSIsDate(
string)
LSIsNumeric(
string)
StructIsEmpty(
structure)
StructKeyExists(
structure, "key")
YesNoFormat(
value)
Display and formatting functions
CJustify(string, length)
DateFormat("
date" [, "mask" ])
DecimalFormat(
number)
DollarFormat(
number)
FormatBaseN(
number, radix)
GetLocale()
GetLocaleDisplayName([
locale [, inLocale ]])
HTMLCodeFormat(
string [, version ])
HTMLEditFormat(
string [, version ])
LJustify(
string, length)
LSCurrencyFormat(
number [, type ])
LSDateFormat(
date [, mask ])
LSEuroCurrencyFormat(
currency-number [, type ])
LSIsCurrency(
string)
LSIsDate(
string)
LSNumberFormat(
number [, mask ])
LSParseCurrency(
string)
LSParseDateTime(
date/time-string)
LSParseEuroCurrency(
currency-string)
LSParseNumber(
string)
LSTimeFormat(
time [, mask ])
NumberFormat(
number [, mask ])
ParagraphFormat(
string)
RJustify(
string, length)
StripCR(
string)
TimeFormat(
time [, mask ])
YesNoFormat(
value)
Dynamic evaluation functions
DE(string)
Evaluate(
string_expression1 [, string_expression2 [, … ] ] )
IIf(
condition, string_expression1, string_expression2)
SetVariable(
name, value)
Extensibility functions
CreateObject
COM object: CreateObject(
type, class, context,
serverName)
Component object: CreateObject(type, component-name)
CORBA object: CreateObject(
type, context, class,
locale)
Java or EJB object: CreateObject(
type, class)
Web service object: CreateObject(
type, urltowsdl
[,
portname ])
GetGatewayHelper(
gatewayID)
ReleaseComObject(
objectName)
SendGatewayMessage(
gatewayID, data)
ToScript(
cfvar, javascriptvar, outputformat, ASFormat)