IXmlDeserializationInfoGetNullableInt32 Method |
Reads a named nullable Int32 child element.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxint? GetNullableInt32(
string name
)
Parameters
- name String
- Element name.
Return Value
NullableInt32The Int32 value parsed from the named child element, or
null if not present.
See Also