You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

DoubleToBoolean(Double)

Converts the given double value to a boolean value

DoubleToByte(Double)

Converts the given double value to a byte value

DoubleToShort(Double)

Converts the given double value to a short value

DoubleToInteger(Double)

Converts the given double value to a integer value

DoubleToLong(Double)

Converts the given double value to a long value

DoubleToFloat(Double)

Converts the given double value to a float value

isNull(Object)

Checks whether the given object is NULL

ToBoolean(Object)

Converts the given value to a boolean value.

ToByte(Object)

Converts the given value to a byte value. This function converts any value to a byte value, thus it is more time consuming than the DoubleToByte function for double values.

ToShort(Object)

Converts the given value to a short value. This function converts any value to a short value, thus it is more time consuming than the DoubleToShort function for double values.

ToInteger(Object)

Converts the given value to a integer value. This function converts any value to a integer value, thus it is more time consuming than the DoubleToInteger function for double values.

ToLong(Object)

Converts the given value to a long value. This function converts any value to a long value, thus it is more time consuming than the DoubleToLong function for double values.

ToFloat(Object)

Converts the given value to a float value. This function converts any value to a float value, thus it is more time consuming than the DoubleToFloat function for double values.

ToDouble(Object)

Converts the given value to a double value.

ToDate(<Number>|<String, Pattern>)

Converts the given value to a date value. The format parameter is necessary if the first parameter is a string value.

ToString(Object)

Converts the given value to a string value.

  • No labels