Click or drag to resize
CSTRiStriMask Method
Case insensitive comparison of two strings.

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)
Notes
Mask characters '*' - matches any one or more up to next character '?' - matches one character Test is case insensitive
Syntax
public static int iStriMask(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
mask
str2
Type: SystemString
string to test

Return Value

Type: Int32
0 if string does not match mask. 1 if string matches mask.
See Also