Click or drag to resize

XmlStreamDeserializationInfoGetBoolean Method

Reads a boolean value from the current element content.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool GetBoolean()

Return Value

Boolean
The boolean value parsed from the current element.

Implements

IXmlDeserializationInfoGetBoolean
See Also