Click or drag to resize

CSYSIsEncryptedString Method

Checks whether the specified string was encrypted by EncryptString_SYS.

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

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