Click or drag to resize

XmlStreamDeserializationInfoGetValueOrNull(String, Object) Method

Reads a value of unknown type or returns null.

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

Parameters

name  String
Element name.
parent  Object
Parent object for context.

Return Value

Object
Deserialized value or null if the element is not present.

Implements

IXmlDeserializationInfoGetValueOrNull(String, Object)
See Also