Click or drag to resize

XmlStreamDeserializationInfoGetNullableInt32 Method

Reads a named nullable Int32 child element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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.

Implements

IXmlDeserializationInfoGetNullableInt32(String)
See Also