Method GetIntAttribute
GetIntAttribute(string)
Gets the int attribute called name
.
Declaration
public int GetIntAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the attribute. |
Returns
Type | Description |
---|---|
int | The int value. |