DK11 for .NET | TatukGIS.NDK.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties
Do tokenizing.
// 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 );
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 |