Click or drag to resize
CDBiIsChanName Method
Is this a valid channel name?

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Channel names must only contain alpha-numeric characters or the underscore character "_", and the first letter must be a letter or an underscore.
Syntax
public static int iIsChanName(
	string str1
)

Parameters

str1
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
See Also