Click or drag to resize

XmlStreamDeserializationInfoGetValueOrNull(Object) Method

Reads a value from the current element using its Type attribute and returns for undefined values.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object? GetValueOrNull(
	Object? parentobject
)

Parameters

parentobject  Object
The parent object used as context for deserialization.

Return Value

Object
The deserialized value, or if the current element represents an undefined value.
See Also