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


IItemInfoImpl.StringArrayToString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfoImpl Interface > IItemInfoImpl.StringArrayToString Method
ArcGIS Developer Help

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