DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Tokenizer.Execute | Methods | Properties
Do tokenizing.
// C# public void Execute( WideString _str, ITGIS_CharArray _delims );
' VisualBasic Public Sub Execute( ByVal _str As WideString, ByVal _delims As ITGIS_CharArray )
// Oxygene public procedure Execute( _str : WideString; _delims : ITGIS_CharArray );
Name | Type | Description |
---|---|---|
_str | WideString | String to be tokenized |
_delims | ITGIS_CharArray | array of delimiters |