 | OnOffValueToBoolean Method |
Returns the internal Boolean representation of a OnOffValue object.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static bool ToBoolean(
OnOffValue xmlAttribute
)
Public Shared Function ToBoolean (
xmlAttribute As OnOffValue
) As Boolean
public:
static bool ToBoolean(
OnOffValue^ xmlAttribute
)
static member ToBoolean :
xmlAttribute : OnOffValue -> bool Parameters
- xmlAttribute OnOffValue
- A OnOffValue object to retrieve an internal Boolean representation.
Return Value
BooleanA Boolean value that represents a OnOffValue object.
See Also