This document is archived and information here might be outdated. Recommended version. |
Initializes the geoprocessing parse string object with the string to be parsed and the string used to separate tokens.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal String As String, _ ByVal separator As String _ )
[C#] public void Initialize ( string String, string separator );
[C++]
HRESULT Initialize(
BSTR String,
BSTR separator
);
[C++]
Parameters String [in]
String is a parameter of type BSTR separator [in]
separator is a parameter of type BSTR