ReaderConfigTryGetValue Method

CVB.Net Documentation
Tries to get the configuration associated with the given symbology.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public bool TryGetValue(
	Symbology key,
	out Base value
)

Parameters

key
Type: Stemmer.Cvb.BarcodeSymbology
symbology for which to query
value
Type: Stemmer.Cvb.Barcode.ConfigurationBase
configuration

Return Value

Type: Boolean
true if a configuration for the given symbology was found, false otherwise

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also

Reference