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