Click or drag to resize
CSTRiScanI Method
Convert a string to a GX int.

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String to convert to an integer

Return Value

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