Method GetLocalName
GetLocalName(Int32)
Return an attribute's local name.
Declaration
public virtual string GetLocalName(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The attribute's index (zero-based). |
Returns
Type | Description |
---|---|
System.String | The attribute's local name, the empty string if none is available, or null if the index if out of range. |