StringsFromListOfString Method
Converts a list of
String to a string separated by the indicated character.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string FromListOfString(
List<string> source,
string separator = ","
)
Public Shared Function FromListOfString (
source As List(Of String),
Optional separator As String = ","
) As String
- source ListString
- Input string.
- separator String (Optional)
- Character used as separator.
StringString with the value converted.