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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int IiCharN(
	string str1,
	int i2,
	int i3
)

Parameters

str1
Type: SystemString
string
i2
Type: SystemInt32
character to get
i3
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