PSDBUtility.StringArrayToCommaDelimitedString Method (String )
Reserved for internal use.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function StringArrayToCommaDelimitedString ( _
strings As String() _
) As String
'Usage
Dim strings As String()
Dim returnValue As String
returnValue = PSDBUtility.StringArrayToCommaDelimitedString(strings)
public static string StringArrayToCommaDelimitedString(
string[] strings
)
Parameters
- strings
Type: []
Return Value
Type: System.String