global.ToObject()
|
syntax: |
ToObject(value) |
|
where: |
value - to be cast as an object.
|
|
return: |
object - conversion of value.
|
|
description: |
The following table lists how different data types are converted by this function.
• Boolean • null • Number • Object • String • undefined |
|
see: |
|