![MACROMEDIA COLDFUSION MX 61-CFML Quick Reference Download Page 22](http://html2.mh-extra.com/html/macromedia/coldfusion-mx-61-cfml/coldfusion-mx-61-cfml_quick-reference_3297344022.webp)
22
CFML Quick Reference
StructKeyExists
(
structure
, "
key
")
YesNoFormat
(
value
)
Display and formatting functions
Cjustify
(
string
,
length
)
DateFormat
("
date"
[, "
mask"
])
DecimalFormat
(
number
)
DollarFormat
(
number
)
FormatBaseN
(
number
,
radix
)
GetLocale
()
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
)
StripCR
(
string
)
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
)
ReleaseComObject
(
objectName
)
XmlChildPos
(
elem, childName, N
)
XmlElemNew
(
xmlObj, childName
)
XmlFormat
(
string
)
XmlNew
([
caseSensitive
])
XmlParse
(
xmlString
[,
caseSensitive
] )
XmlSearch
(
xmlDoc, xPathString
)
XmlTransform
(
xmlString | xmlObj
,
xslString
)