This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfoImpl Interface > IItemInfoImpl.StringArrayToString Method (ArcObjects .NET 10.4 SDK) |
Convert StringArray to comma sperated string.
[Visual Basic .NET] Public Function StringArrayToString ( _ ByVal pSA As IStringArray _ ) As String
[C#] public string StringArrayToString ( IStringArray pSA );
[C++]
HRESULT StringArrayToString(
IStringArray* pSA,
BSTR* pStr
);
[C++]
Parameters pSA [in]
pSA is a parameter of type IStringArray pStr [out, retval] pStr is a parameter of type BSTR