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 -> 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
Parameters
- xmlAttributevalue
- TrueFalseBlankValue
Returns
A Boolean value that represents a TrueFalseBlankValue object.