User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_tokenizer.execute_2_widestring_itgis_chararray_wordbool

Table of Contents

ITGIS_Tokenizer.Execute_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Tokenizer.Execute_2 | Methods | Properties

Do tokenizing.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Parameters

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

Remarks

Subsequent empty tokens will be ignored. If you required different functionality - use TGIS_Tokenizer.ExecuteEx

2022/11/16 01:12

Page Tools