Click or drag to resize
CSTRiStrStr Method
Scan a string for the occurrence of a given substring.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iStrStr(
	string str1,
	string str2,
	int i3
)

Parameters

str1
Type: SystemString
string to scan
str2
Type: SystemString
string to look for
i3
Type: SystemInt32
See STR_CASEConstant

Return Value

Type: Int32
-1 if the substring does not occur in the string Index of first matching location if found
See Also