BooleanValue.ToBoolean(BooleanValue) 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 la Boolean représentation d’un BooleanValue objet .
public static bool ToBoolean (DocumentFormat.OpenXml.BooleanValue xmlAttribute);
public static bool ToBoolean (DocumentFormat.OpenXml.BooleanValue value);
static member ToBoolean : DocumentFormat.OpenXml.BooleanValue -> bool
static member ToBoolean : DocumentFormat.OpenXml.BooleanValue -> bool
Public Shared Function ToBoolean (xmlAttribute As BooleanValue) As Boolean
Public Shared Function ToBoolean (value As BooleanValue) As Boolean
Paramètres
- xmlAttributevalue
- BooleanValue
Retours
Valeur Boolean qui représente un BooleanValue objet.