| GroupedPropertyCollectionGetInt32GroupValue Method (String, String, Int32) |
Gets the value of a group property as an integer, or a default value if the
specified property does not exist or its value can not be properly converted.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public int GetInt32GroupValue(
string group,
string name,
int def
)
Public Function GetInt32GroupValue (
group As String,
name As String,
def As Integer
) As Integer
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property. - def
- Type: SystemInt32
The default value.
Return Value
Type:
Int32An integer or
def if the property does not exist,
or its value can not be properly converted.
Implements
IObjectLibraryGetInt32GroupValue(String, String, Int32)See Also