Share via


PSDBUtility.IntArrayListToCommaDelimitedString Method

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("This method is deprecated and will be removed.")> _
Public Shared Function IntArrayListToCommaDelimitedString ( _
    alInts As ArrayList _
) As String
'Usage
Dim alInts As ArrayList
Dim returnValue As String

returnValue = PSDBUtility.IntArrayListToCommaDelimitedString(alInts)
[ObsoleteAttribute("This method is deprecated and will be removed.")]
public static string IntArrayListToCommaDelimitedString(
    ArrayList alInts
)

Parameters

Return Value

Type: System.String

See Also

Reference

PSDBUtility Class

PSDBUtility Members

Microsoft.Office.Project.Server.Library Namespace