Click or drag to resize
CSTRiStrncmp Method
Compares two strings to a given number of characters.

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

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

Parameters

str1
Type: SystemString
string A
str2
Type: SystemString
string B
i3
Type: SystemInt32
number of characters to compare
i4
Type: SystemInt32
See STR_CASEConstant

Return Value

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