 | 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
Syntaxpublic static int iIsChanName(
CGXNETCore gxNetShared,
string chan
)
public static int iIsChanName(
CGXNETCore gxNetShared,
string chan
)
Public Shared Function iIsChanName (
gxNetShared As CGXNETCore,
chan As String
) As Integer
Public Shared Function iIsChanName (
gxNetShared As CGXNETCore,
chan As String
) As Integer
public:
static int iIsChanName(
CGXNETCore^ gxNetShared,
String^ chan
)
public:
static int iIsChanName(
CGXNETCore^ gxNetShared,
String^ chan
)
static member iIsChanName :
gxNetShared : CGXNETCore *
chan : string -> int
static member iIsChanName :
gxNetShared : CGXNETCore *
chan : string -> int
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