Click or drag to resize

IXmlDeserializationInfoGetNullableInt32 Method

Reads a named nullable Int32 child element.

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

Parameters

name  String
Element name.

Return Value

NullableInt32
The Int32 value parsed from the named child element, or null if not present.
See Also