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