FeaturesGetIntValue Method |
Name | Description | |
---|---|---|
GetIntValue(String, String) |
Returns a value as an integer for a property in the collection. If the property doesn't exist, then 0 is returned.
| |
GetIntValue(String, String, Enum) |
Returns a value as an integer (presumably to be interpreted as an enumeration value) for a property in the collection.
If the property doesn't exist, then the defaultValue is returned.
| |
GetIntValue(String, String, Int32) |
Returns a value as an integer for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
|