Click or drag to resize
CSYSIsEncryptedString Method
Checks whether the specified string was encrypted by EncryptString_SYS().

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int IsEncryptedString(
	string str1
)

Parameters

str1
Type: SystemString
Input string to inspect.

Return Value

Type: Int32
0 (false) or non-zero (true)
See Also