Object valueOf()
|
syntax: |
object.valueOf() |
|
return: |
object - the value of this object
|
|
description: |
Generally, this method returns the object itself. However, if object is a wrapper for a host object, the host object may be returned. Such wrappers for host objects may be created with the Object constructor.
|
|
see: |
|