BooleanPrototype.valueOf(Object) Methode

Definition

Gibt das angegebene Objekt als ein BooleanObject oder ein Boolean.

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, auf das diese Methode ausgeführt wird.

Gibt zurück

thisob als ein BooleanObject oder ein Boolean.

Attribute

Gilt für:

Weitere Informationen