Click or drag to resize

IXmlDeserializationInfoGetStringAttributeOrNull Method

Reads a string attribute or returns null if missing.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
string? GetStringAttributeOrNull(
	string name
)

Parameters

name  String
Attribute name.

Return Value

String
The string attribute value or null if the attribute is not present.
See Also