Object toLocaleString()
syntax: |
object.toLocaleString() |
return: |
string - a string representation of this object.
|
description: |
This method is intended to provide a default toLocaleString() method for all objects. It behaves exactly as if toString() had been called on the original object.
|
see: |
|