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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int IsEncryptedString(
	CGXNETCore gxNetShared,
	string input
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input
Type: SystemString
Input string to inspect.

Return Value

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