NumberPrototype.toLocaleString(Object) 方法

定义

创建指定对象的字符串表示形式,它基于 CurrentInfoCultureInfo

此 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 的字符串表示形式。

属性

适用于

另请参阅