ObjectPrototype.toLocaleString(Object) 方法

定義

使用 Convert 類別建立指定之物件的字串表示。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

thisob
Object

這個方法執行位置的物件。

傳回

Convert 類別所建立之 thisob 的字串表示。

屬性

適用於