Version

GetText Method (ICheckedItemList)

Returns the string representation of the checked item list, with each item separated by the specified listSeparator.
Syntax
'Declaration
 
Function GetText( _
   ByVal values As IList, _
   ByVal listSeparator As String _
) As String
string GetText( 
   IList values,
   string listSeparator
)

Parameters

values
A list of the values whose string representation is to be returned. Elements which do not match the DataValue of any item in the associated ValueListItems collection are not included in the returned string.
listSeparator
The string that separates each entry in the list.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also