Share via


PSDBUtility.GuidListToCommaDelimitedString Method

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 GuidListToCommaDelimitedString ( _
    guidList As List(Of Guid) _
) As String
'Usage
Dim guidList As List(Of Guid)
Dim returnValue As String

returnValue = PSDBUtility.GuidListToCommaDelimitedString(guidList)
public static string GuidListToCommaDelimitedString(
    List<Guid> guidList
)

Parameters

Return Value

Type: System.String
Returns String.

See Also

Reference

PSDBUtility Class

PSDBUtility Members

Microsoft.Office.Project.Server.Library Namespace