ObjectPrototype.toLocaleString(Object) Methode

Definition

Erstellt mithilfe der Convert-Klasse eine Zeichenfolgendarstellung des angegebenen Objekts.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

Gibt zurück

Eine Zeichenfolgendarstellung von thisob, die von der Convert-Klasse erstellt wird.

Attribute

Gilt für: