Click or drag to resize

IXmlDeserializationInfoGetInt32 Method

Reads an Int32 from the current element content.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
int GetInt32()

Return Value

Int32
The Int32 value parsed from the current element.
See Also