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