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("Deprecated in o14")> _
Public Shared Function IntArrayListToCommaDelimitedString ( _
alInts As ArrayList _
) As String
'Usage
Dim alInts As ArrayList
Dim returnValue As String
returnValue = PSDBUtility.IntArrayListToCommaDelimitedString(alInts)
[ObsoleteAttribute("Deprecated in o14")]
public static string IntArrayListToCommaDelimitedString(
ArrayList alInts
)
Parameters
- alInts
Type: System.Collections.ArrayList
Return value
Type: System.String