Share via


PSDBUtility.GuidArrayToCommaDelimitedString method (Guid[], Int32, Int32)

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 GuidArrayToCommaDelimitedString ( _
    arrayGuids As Guid(), _
    startIndex As Integer, _
    endIndex As Integer _
) As String
'Usage
Dim arrayGuids As Guid()
Dim startIndex As Integer
Dim endIndex As Integer
Dim returnValue As String

returnValue = PSDBUtility.GuidArrayToCommaDelimitedString(arrayGuids, _
    startIndex, endIndex)
public static string GuidArrayToCommaDelimitedString(
    Guid[] arrayGuids,
    int startIndex,
    int endIndex
)

Parameters

  • arrayGuids
    Type: []

Return value

Type: System.String

See also

Reference

PSDBUtility class

PSDBUtility members

GuidArrayToCommaDelimitedString overload

Microsoft.Office.Project.Server.Library namespace