Click or drag to resize

PicklistGetDisplayTextClip Method

Returns a 'clip' string of the display text separated by the delimiter. Note that duplicates will be not be included.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetDisplayTextClip(
	string delim,
	bool includeNullEntry
)

Parameters

delim
Type: SystemString
The delimiter to use.
includeNullEntry
Type: SystemBoolean
true if you want a null entry in the list, otherwise false.

Return Value

Type: String
The concatenated string.
Remarks
This is useful in building a list for a filter widget
See Also