Click or drag to resize
CSTRMakeAlpha Method
Turns all non alpha-numeric characters into an _.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
THE STRING IS MODIFIED.
Syntax
public static void MakeAlpha(
	ref string str1
)

Parameters

str1
Type: SystemString
String to trim
See Also