DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Tokenizer.ExecuteEx_2 | Methods | Properties
Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa".
// C# public void ExecuteEx_2( WideString _str, byte _delim );
' VisualBasic Public Sub ExecuteEx_2( ByVal _str As WideString, ByVal _delim As Byte )
// Oxygene public procedure ExecuteEx_2( _str : WideString; _delim : Byte );
Name | Type | Description |
---|---|---|
_str | WideString | String to be tokenized |
_delim | byte Byte | delimiter char (like period) |
This method is much faster then Execute.