Click or drag to resize

BooleanValueToBoolean Method

Returns the Boolean representation of a BooleanValue object.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public static bool ToBoolean(
	BooleanValue xmlAttribute
)

Parameters

xmlAttribute  BooleanValue
A BooleanValue object to retrieve a Boolean representation.

Return Value

Boolean
A Boolean value that represents a BooleanValue object.
See Also