Click or drag to resize
CSTRiStrcmp Method
This method compares two strings and returns these values

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)
Syntax
public static int iStrcmp(
	string str1,
	string str2,
	int i3
)

Parameters

str1
Type: SystemString
string A
str2
Type: SystemString
string B
i3
Type: SystemInt32
See STR_CASEConstant

Return Value

Type: Int32
A < B -1 A == B 0 A > B 1
See Also