Click or drag to resize
BroccoliSharp BroConfigurationTryGetValue Method (String, Double)
Attempts to retrieve Double based value from the configuration.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public static bool TryGetValue(
	string valueName,
	out double value
)

Parameters

valueName
Type: SystemString
Key name for the value to retrieve.
value
Type: SystemDouble
The retrieved value.

Return Value

Type: Boolean
true if valueName was found; otherwise, false.
See Also