PSDBUtility.StringArrayToCommaDelimitedString - Méthode (String[])
Remarque : cette API est désormais obsolète.
Réservé à une utilisation interne.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Deprecated in o15")> _
Public Shared Function StringArrayToCommaDelimitedString ( _
strings As String() _
) As String
'Utilisation
Dim strings As String()
Dim returnValue As String
returnValue = PSDBUtility.StringArrayToCommaDelimitedString(strings)
[ObsoleteAttribute("Deprecated in o15")]
public static string StringArrayToCommaDelimitedString(
string[] strings
)
Paramètres
- strings
Type : []
Valeur renvoyée
Type : System.String