Open this page in the API Guide

AvailableValuesCollection.TryGetDisplayText Method

Gets the display text associated with a specified value.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool TryGetDisplayText(
	Object value,
	out string?? displayText
)

Parameters

value
Type: System.Object
The value.
displayText
Type: System.String
When this method returns, contains the display text associated with the specified value, if the value is found; otherwise, null. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the collection contains the specified value; otherwise, false.
See Also