TrueFalseBlankValue.ToBoolean(TrueFalseBlankValue) 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 TrueFalseBlankValue object.
public static bool ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue xmlAttribute);public static bool ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue value);static member ToBoolean : DocumentFormat.OpenXml.TrueFalseBlankValue -> boolstatic member ToBoolean : DocumentFormat.OpenXml.TrueFalseBlankValue -> boolPublic Shared Function ToBoolean (xmlAttribute As TrueFalseBlankValue) As BooleanPublic Shared Function ToBoolean (value As TrueFalseBlankValue) As BooleanParameters
- xmlAttributevalue
- TrueFalseBlankValue
Returns
A Boolean value that represents a TrueFalseBlankValue object.