Click or drag to resize
CSTRIiCharN Method
Returns the ASCII value of the n'th character.

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String
c
Type: SystemInt32
Character to get
max
Type: SystemInt32
Maximum string length (unused)

Return Value

Type: Int32
ASCII value of n'th character in string. The first character is 0.
See Also