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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
THE STRING IS MODIFIED.
Syntax
public static void MakeAlpha(
	CGXNETCore gxNetShared,
	ref string str_val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String to trim
See Also