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