Click or drag to resize

CSYSIsEncryptedString Method

Checks whether the specified string was encrypted by EncryptString_SYS.

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

public static int IsEncryptedString(
	string input
)

Parameters

input
Type: SystemString
Input string to inspect.

Return Value

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