Click or drag to resize

CSTR.iChar Method

Returns the ASCII value of a character.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iChar(
	string str_val
)

public static int iChar(
	string str_val
)

Parameters

str_val
Type: System.String
String to return ascii value of first character

Return Value

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