Click or drag to resize
CSTRiStrMin Method
Remove spaces and tabs and return length

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)
Notes
String may be modified. This function should not be used to determine if a file name string is defined, because a valid file name can contain spaces, and once "tested" the name will be altered. Instead, use iStrMin2_STR, or use iFileExist_SYS to see if the file actually exists.
Syntax
public static int iStrMin(
	ref string str1
)

Parameters

str1
Type: SystemString
string to find the min length of

Return Value

Type: Int32
String length.
See Also