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
- guidList
Type: System.Collections.Generic.List<Guid>
Return Value
Type: System.String
Returns String.