Click or drag to resize

IXmlDeserializationInfoGetNullableBoolean Method

Reads a named nullable boolean child element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool? GetNullableBoolean(
	string name
)

Parameters

name  String
Element name.

Return Value

NullableBoolean
The boolean value parsed from the named child element, or null if the element is missing or contains a null marker.
See Also