HslHelperIsAddressEndWithIndex 方法 |
判断当前的字符串表示的地址,是否以索引为结束
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static bool IsAddressEndWithIndex(
string address
)
Public Shared Function IsAddressEndWithIndex (
address As String
) As Boolean
public:
static bool IsAddressEndWithIndex(
String^ address
)
static member IsAddressEndWithIndex :
address : string -> bool
参数
- address
- 类型:SystemString
PLC的字符串地址信息
返回值
类型:
Boolean是否以索引结束
参见