In This Topic
Returns the list as a single string with items separated by
Syntax
'Declaration
Public Function GetDelimitedList( _
ByVal As Char _
) As String
public string GetDelimitedList(
char
)
public:
String^ GetDelimitedList(
char
)
Parameters
- delimiter
See Also