global.ToString()
syntax: |
ToString(value) |
where: |
value - to be cast as a string.
|
return: |
string - conversion of value.
|
description: |
The following table lists how different data types are converted by is this function.
• Boolean • null • Number • Object • String • undefined |
see: |
global.ToPrimitive(), global.ToNumber()
|