Method GetLocalName
GetLocalName(Int32)
Look up an attribute's local name by index.
Declaration
string GetLocalName(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The attribute index (zero-based). |
Returns
Type | Description |
---|---|
System.String | The local name, or the empty string if Namespace processing is not being performed, or null if the index is out of range. |