IXmlDeserializationInfoGetValueOrOuterXml Method |
Reads a value or returns the outer XML when not deserializable.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxObject? GetValueOrOuterXml(
string name,
Object parent,
out bool returnValueIsOuterXml
)
Parameters
- name String
- Element name.
- parent Object
- Parent object for context.
- returnValueIsOuterXml Boolean
- True if the return value contains the outer XML rather than a deserialized object.
Return Value
ObjectValue or outer XML.
See Also