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


IItemInfoImpl.StringArrayToString Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters pSA [in]
pSA is a parameter of type IStringArray*

Product Availability

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

See Also

IItemInfoImpl Interface