String.valueOfDouble()

Signature

String valueOfDouble (double d)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns a String representation of the double passed in.

Parameters

NameTypeDescription
ddoubleA double to get the value of (convert to String).

Returns

TypeDescription
StringA String representation of the double passed in.

Cautions

none