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