IXmlDeserializationInfoGetStringAttribute Method |
Reads a string attribute of the current element.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxstring GetStringAttribute(
string name
)
Parameters
- name String
- Attribute name.
Return Value
StringThe string attribute value.
See Also