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: []
- startIndex
Type: System.Int32
- endIndex
Type: System.Int32
Return Value
Type: System.String