Click or drag to resize

IXmlDeserializationInfoGetValueOrNull(String, Object) Method

Reads a value of unknown type or returns null.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
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.
See Also