Click or drag to resize

CDBGenValidChanSymb Method (String, String)

Generate a valid channel name from a name candidate

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GenValidChanSymb(
	string str_in,
	ref string str_out
)

public static void GenValidChanSymb(
	string str_in,
	ref string str_out
)

Parameters

str_in
Type: SystemString
Input string
str_out
Type: SystemString
Outout string
See Also