DK11 for .NET | TatukGIS.NDK.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties
Do tokenizing.
// 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 );
Name | Type | Description |
---|---|---|
_str | string String | String to be tokenized |
_delims | Char[] | array of delimiters |