IXmlDeserializationInfoGetStringAttributeOrNull Method |
Reads a string attribute or returns null if missing.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxstring? GetStringAttributeOrNull(
string name
)
Parameters
- name String
- Attribute name.
Return Value
StringThe string attribute value or
null if the attribute is not present.
See Also