NumberPrototype.toLocaleString(Object) メソッド

定義

CurrentInfo および CultureInfo に基づいて、指定したオブジェクトの文字列形式を作成します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::String ^ toLocaleString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_toLocaleString)]
public static string toLocaleString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_toLocaleString)>]
static member toLocaleString : obj -> string
Public Shared Function toLocaleString (thisob As Object) As String

パラメーター

thisob
Object

このメソッドを実行する対象のオブジェクト。

戻り値

thisob の文字列形式。

属性

適用対象

こちらもご覧ください