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