Click or drag to resize

CSTRiStrMin2 Method

Length less spaces and tabs, string unchanged.

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

public static int iStrMin2(
	string str_val
)

Parameters

str_val
Type: SystemString
String to find the min length of

Return Value

Type: Int32
String length.
See Also