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