Click or drag to resize

PicklistGetTagString Method (String, String)

Returns a 'tag' string of the picklist contents.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetTagString(
	string discrimValue,
	string delim
)

Parameters

discrimValue
Type: SystemString
The discrim value.
delim
Type: SystemString
The delimiter to use.

Return Value

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