User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_tokenizer.execute_string_arraychar_boolean

Table of Contents

TGIS_Tokenizer.Execute(string, Char[], bool) method

DK11 for .NET | TatukGIS.NDK.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties

Do tokenizing.

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

Syntax

// C#
public void Execute(
  string _str,
  Char[] _delims,
  bool _quotes
);
' VisualBasic
Public Sub Execute(
  ByVal _str As String,
  ByVal _delims As Char(),
  ByVal _quotes As Boolean
)
// Oxygene
public
  procedure Execute(
    _str : String;
    _delims : array of array of Char;
    _quotes : Boolean
  );

Parameters

Name Type Description
_str string
String
String to be tokenized
_delims Char[] array of delimiters
_quotes bool
Boolean
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

References

2022/11/16 01:36

Page Tools