Click or drag to resize
CSTRIGetToken Method
Get a token from a tokenized 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
Call iTokens_STR to prepare the tokenized string. You MUST NOT get tokens beyond number of tokens returned by iTokens_STR or iTokens2_STR. The first token has index 0. DO NOT use this function except in GXC code. IGetToken_STR function will not operate correctly in GX.Net code.
Syntax
public static void IGetToken(
	ref string str1,
	string str2,
	int i3
)

Parameters

str1
Type: SystemString
destination string
str2
Type: SystemString
tokenized string
i3
Type: SystemInt32
token number wanted (0 is the first!)
See Also