ArrayPrototype.toLocaleString(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定之物件的字串表示,這個字串會串連元素並且以 ListSeparator 和空格分隔元素。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static System::String ^ toLocaleString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_toLocaleString)]
public static string toLocaleString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_toLocaleString)>]
static member toLocaleString : obj -> string
Public Shared Function toLocaleString (thisob As Object) As String
參數
- thisob
- Object
這個方法執行位置的物件。
傳回
字串,串連 thisob
的元素,並且以 ListSeparator 和空格分隔元素。
- 屬性