PropertiesGetIntValue Method (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.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int GetIntValue(
string name,
int defaultValue
)
Public Function GetIntValue (
name As String,
defaultValue As Integer
) As Integer
Parameters
- name
- Type: SystemString
The property name. - defaultValue
- Type: SystemInt32
The default value if the property doesn't exist.
Return Value
Type:
Int32The value of the property as an integer
See Also