BooleanPrototype.valueOf(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'objet spécifié en tant que BooleanObject ou Boolean.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- thisob
- Object
Objet sur lequel cette méthode agit.
Retours
thisob
en tant que BooleanObject ou Boolean.
- Attributs