TrueFalseValue.ToBoolean(TrueFalseValue) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the internal Boolean representation of a TrueFalseValue object.
public static bool ToBoolean(DocumentFormat.OpenXml.TrueFalseValue xmlAttribute);public static bool ToBoolean(DocumentFormat.OpenXml.TrueFalseValue value);static member ToBoolean : DocumentFormat.OpenXml.TrueFalseValue -> boolstatic member ToBoolean : DocumentFormat.OpenXml.TrueFalseValue -> boolPublic Shared Function ToBoolean (xmlAttribute As TrueFalseValue) As BooleanPublic Shared Function ToBoolean (value As TrueFalseValue) As BooleanParameters
- xmlAttributevalue
- TrueFalseValue
Returns
A Boolean value that represents a TrueFalseValue object.