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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iStrcmp(
	CGXNETCore gxNetShared,
	string first,
	string second,
	int case_sensitive
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
first
Type: SystemString
String A
second
Type: SystemString
String B
case_sensitive
Type: SystemInt32
<define>STR_CASE</define>

Return Value

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