Method GetBoolean
GetBoolean(String)
Gets the value of the specified attribute as boolean.
Declaration
bool GetBoolean(string attribute)
Parameters
Type | Name | Description |
---|---|---|
System.String | attribute | Name of the attribute. |
Returns
Type | Description |
---|---|
System.Boolean | Boolean value of the specified attribute. |