Skip to main content

integer.tostring()

Converts an integer to a string of numeric characters

Availability

Device + Agent

Returns

String — the textual representation of the integer

Description

This method returns the target integer as a numeric string representation of the integer’s decimal value.

Example Code