PSDBUtility.IntArrayToCommaDelimitedString 方法
保留給內部使用。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Shared Function IntArrayToCommaDelimitedString ( _
ints As Integer() _
) As String
'用途
Dim ints As Integer()
Dim returnValue As String
returnValue = PSDBUtility.IntArrayToCommaDelimitedString(ints)
public static string IntArrayToCommaDelimitedString(
int[] ints
)
參數
- ints
類型:[]