Click or drag to resize
CSTRiTokens2 Method
General tokenize a string

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function is for old GX compatibility only. See iTokenize_STR. DO NOT use this function except in GXC code. The corresponding IGetToken_STR function will not operate correctly in GX.Net code.
Syntax
public static int iTokens2(
	ref string str1,
	string str2,
	string str3,
	string str4,
	string str5
)

Parameters

str1
Type: SystemString
string to tokenize
str2
Type: SystemString
szSoft - Soft delimiters (spaces/tabs)
str3
Type: SystemString
szHard - Hard delimiters (commas)
str4
Type: SystemString
szEsc - Escape delimiters (back-slash)
str5
Type: SystemString
szQuote- Quote delimiters (quote characters)

Return Value

Type: Int32
Number of Tokens
See Also