AvailableValuesCollectionTryGetDisplayText 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 (26.2.0.1000)
Syntax
public bool TryGetDisplayText(
	Object value,
	out string?? displayText
)

Parameters

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

Return Value

Boolean
if the collection contains the specified value; otherwise, .
See Also