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


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

IItemInfoImpl.StringToStringArray Method

Convert comma sperated strin to StringArray.

[Visual Basic .NET]
Public Function StringToStringArray ( _
    ByVal str As String _
) As IStringArray
[C#]
public IStringArray StringToStringArray (
    string str
);
[C++]
HRESULT StringToStringArray(
  BSTR str,
  IStringArray** ppSA
);
[C++]

Parameters str [in] str is a parameter of type BSTR ppSA [out, retval]
ppSA is a parameter of type IStringArray

Product Availability

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

See Also

IItemInfoImpl Interface