PSDBUtility.StringArrayToCommaDelimitedString method (String[])
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("Deprecated in o15")> _
Public Shared Function StringArrayToCommaDelimitedString ( _
strings As String() _
) As String
'Usage
Dim strings As String()
Dim returnValue As String
returnValue = PSDBUtility.StringArrayToCommaDelimitedString(strings)
[ObsoleteAttribute("Deprecated in o15")]
public static string StringArrayToCommaDelimitedString(
string[] strings
)
Parameters
- strings
Type: []
Return value
Type: System.String