String.valueOfFloat()

Signature

String valueOfFloat (float f)

Domain

ACTION, CONDITION, QUERY

Description

Returns a String representation of the float passed in.

Parameters

NameTypeDescription
ffloatA float to get the value of (convert to String).

Returns

TypeDescription
StringA String representation of the float passed in.

Cautions

none