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
)
Public Function GetTagString (
discrimValue As String,
delim As String
) As String
Parameters
- discrimValue
- Type: SystemString
The discrim value. - delim
- Type: SystemString
The delimiter to use.
Return Value
Type:
StringThe concatenated string.
Remarks This is useful in building a list for a filter widget
See Also