Click or drag to resize

XmlStreamDeserializationInfoGetStringAttribute Method

Reads a string attribute of the current element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetStringAttribute(
	string name
)

Parameters

name  String
Attribute name.

Return Value

String
The string attribute value.

Implements

IXmlDeserializationInfoGetStringAttribute(String)
See Also