Click or drag to resize

CSTRIiCharN Method

Returns the ASCII value of the n'th character.

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

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