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