DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Tokenizer.Execute_2 | Methods | Properties
Do tokenizing.
// C# public void Execute_2( WideString _str, ITGIS_CharArray _delims, WordBool _quotes );
' VisualBasic Public Sub Execute_2( ByVal _str As WideString, ByVal _delims As ITGIS_CharArray, ByVal _quotes As WordBool )
// Oxygene public procedure Execute_2( _str : WideString; _delims : ITGIS_CharArray; _quotes : WordBool );
Name | Type | Description |
---|---|---|
_str | WideString | String to be tokenized |
_delims | ITGIS_CharArray | array of delimiters |
_quotes | WordBool | if true, then delimiter will be active only after a quote |