Skip to main content

float.tostring()

Converts a float to a string of numeric characters

Availability

Device + Agent

Returns

String — the textual representation of the float

Description

This method returns the target floating-point value as a string representation of the float’s decimal value, including the decimal point.

Example Code