Click or drag to resize
CSTRTrimSpace Method
Remove leading and/or trailing whitespace.

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
THE STRING IS MODIFIED. Whitespace characters are defined as space, tab, carriage return, new line, vertical tab or formfeed (0x09 to 0x0D, 0x20)
Syntax
public static void TrimSpace(
	ref string str1,
	int i2
)

Parameters

str1
Type: SystemString
String to trim
i2
Type: SystemInt32
See STR_TRIMConstant
See Also