Click or drag to resize

IXmlDeserializationInfoGetBoolean Method

Reads a boolean value from the current element content.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool GetBoolean()

Return Value

Boolean
The boolean value parsed from the current element.
See Also