Checked Items CollectionTo String Method
Convert the checked item values to a comma-separated list
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Returns a string containing the values separated by commas. The values will be those extracted from the data source based on the CheckBoxList.ValueMember setting.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override string ToString()VB
Public Overrides Function ToString As StringC++
public:
virtual String^ ToString() overrideF#
abstract ToString : unit -> string
override ToString : unit -> string Return Value
StringReturns a string containing the values separated by commas. The values will be those extracted from the data source based on the CheckBoxList.ValueMember setting.