Click or drag to resize

CSTRiStrlen Method

Returns the length of a string.

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

public static int iStrlen(
	string str_val
)

Parameters

str_val
Type: SystemString
String to find the length of

Return Value

Type: Int32
String length.
See Also