Click or drag to resize
BroccoliSharp BroConfigurationTryGetValue Method (String, Int32)
Attempts to retrieve Int32 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 int value
)

Parameters

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

Return Value

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