StringListToString Method (String) |
Convert the list into a string of delimiter-separated values.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ToString(
string delim
)
Public Function ToString (
delim As String
) As String
Parameters
- delim
- Type: SystemString
The delimiter to use. The deliminator may be of any length.
Return Value
Type:
StringThe list converted to a string.
See Also