Table of Contents

Method AttributeValue

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

AttributeValue(string)

Gets the value of the attribute with the given local name, in any namespace.

public string? AttributeValue(string localName)

Parameters

localName string

The local name to find.

Returns

string

The value, or null when the attribute is absent.