| PropertyCollectionGetBooleanValue Method (String) |
Gets the value of a property as a boolean.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public bool GetBooleanValue(
string name
)
Public Function GetBooleanValue (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the property.
Return Value
Type:
BooleanA boolean, or
false if the property does not exist
or its value can not be properly converted.
Implements
IConfigurationGetBooleanValue(String)See Also