This document is archived and information here might be outdated.  Recommended version.


IItemInfoImpl.StringArrayToString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfoImpl.StringArrayToString Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemInfoImpl Interface