Click or drag to resize

CSTRMakeAlpha Method

Turns all non alpha-numeric characters into an _.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void MakeAlpha(
	ref string str_val
)

public static void MakeAlpha(
	ref string str_val
)

Parameters

str_val
Type: SystemString
String to trim
Remarks
THE STRING IS MODIFIED.
See Also