IXmlDeserializationInfoGetValueOrNull(String, Object) Method |
Reads a value of unknown type or returns null.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxObject? GetValueOrNull(
string name,
Object? parent
)
Parameters
- name String
- Element name.
- parent Object
- Parent object for context.
Return Value
ObjectDeserialized value or
null if the element is not present.
See Also