Method GetAsInt32
GetAsInt32(String)
Gets the value of the specified attribute as integer.
Declaration
int GetAsInt32(string attribute)
Parameters
Type | Name | Description |
---|---|---|
System.String | attribute | Name of the attribute. |
Returns
Type | Description |
---|---|
System.Int32 | Integer value of the specified attribute. |