Click or drag to resize

CategoricalVariableTryGet Method (String, Category)

Tries to get the category corresponding to a given label.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool TryGet(
	string categoryLabel,
	out Category category
)

Parameters

categoryLabel
Type: SystemString
Name of the category to retrieve.
category
Type: Novacta.AnalyticsCategory
The category corresponding to categoryLabel.

Return Value

Type: Boolean
Returns true if a category having as label categoryLabel was found; otherwise, false.
See Also