Decision Functions; Display And Formatting Functions; Dynamic Evaluation Functions; Format Conversion Functions - MACROMEDIA COLDFUSION 4.5-QUICK REFERENCE TO CFML Quick Reference

Table of Contents

Advertisement

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 )
Quick Reference to CFML
13

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 4.5

Table of Contents