This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters str [in]
str is a parameter of type BSTR