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