string
This function converts an object to a string.
Signature:
string(input as any)
Arguments
-
input as any
: The object to convert.
For example:
string(12.3)
returns '12.3'
.
Property IDs:
-
namespace-uri:
-
namespace-prefix: