Click or drag to resize

CSTRiStrcmp Method

This method compares two strings and returns these values

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iStrcmp(
	string first,
	string second,
	int case_sensitive
)

public static int iStrcmp(
	string first,
	string second,
	int case_sensitive
)

Parameters

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