Create a string separated with suffix from a string array.
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function ToString ( _ strings As String(), _ suffix As String _ ) As String |
| C# |
|---|
public static string ToString( string[] strings, string suffix ) |