Click or drag to resize
CSTRiChar Method
Returns the ASCII value of a 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 iChar(
	string str1
)

Parameters

str1
Type: SystemString
string to return ascii value of first character

Return Value

Type: Int32
ASCII value of first character in string.
See Also