Click or drag to resize
CSTRiStrMin2 Method
Length less spaces and tabs, string unchanged.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iStrMin2(
	CGXNETCore gxNetShared,
	string str_val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String to find the min length of

Return Value

Type: Int32
String length.
See Also