BooleanPrototype.valueOf(Object) Methode

Definition

Gibt das angegebene Objekt als BooleanObject oder Boolean zurück.

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

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

Parameter

thisob
Object

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

Gibt zurück

thisob als BooleanObject oder Boolean.

Attribute

Gilt für:

Weitere Informationen