User Tools

Site Tools


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

Table of Contents

TGIS_Tokenizer.Execute(string, Char[]) 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
);
' VisualBasic
Public Sub Execute(
  ByVal _str As String,
  ByVal _delims As Char()
)
// Oxygene
public
  procedure Execute(
    _str : String;
    _delims : array of array of Char
  );

Parameters

Name Type Description
_str string
String
String to be tokenized
_delims Char[] array of delimiters

Remarks

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

References

2022/11/16 01:36

Page Tools