Click or drag to resize

CDBiIsChanName Method

Is this a valid channel name?

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iIsChanName(
	CGXNETCore gxNetShared,
	string chan
)

public static int iIsChanName(
	CGXNETCore gxNetShared,
	string chan
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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