Click or drag to resize

CSTRiScanI Method

Convert a string to a GX int.

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

public static int iScanI(
	string str_val
)

Parameters

str_val
Type: SystemString
String to convert to an integer

Return Value

Type: Int32
Resulting Integer, <define>iDUMMY</define> is bad integer
See Also