Click or drag to resize
CSTRiStrlen Method
Returns the length of a string.

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 iStrlen(
	string str1
)

Parameters

str1
Type: SystemString
string to find the length of

Return Value

Type: Int32
String length.
See Also