Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Object.prototype.toLocaleString()

概要

オブジェクトを表す文字列を返します。このメソッドは子孫に当たるオブジェクトが現地固有性のある (locale-specific) 用途のために上書きする意図でのものです。

構文

obj.toLocaleString();

パラメータ

なし。

説明

ObjecttoLocaleStringtoString を呼び出した結果を返します。

この関数は、たとえオブジェクトすべてが使いはしないとしても、それらに汎用的な toLocaleString メソッドを与えるために提供されています。今のところ、ArrayNumberDate だけが toLocaleString を上書きしています。

参照

toString

ドキュメントのタグと貢献者

 このページの貢献者: teoli, ethertank, Potappo, Yuichirou
 最終更新者: teoli,