Click or drag to resize

CDBiIsChanName Method

Is this a valid channel name?

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iIsChanName(
	string chan
)

public static int iIsChanName(
	string chan
)

Parameters

chan
Type: SystemString
Name to test

Return Value

Type: Int32
1 if it is a valid channel name 0 if it is not a valid channel name
Remarks
Channel names must only contain alpha-numeric characters or the underscore character "_", and the first letter must be a letter or an underscore.
See Also