点击或拖拽改变大小

HslHelperCalculateBitStartIndex 方法

根据字符串内容,获取当前的位索引地址,例如输入 6,返回6,输入15,返回15,输入B,返回11

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static int CalculateBitStartIndex(
	string bit
)

参数

bit
类型:SystemString
位字符串

返回值

类型:Int32
结束数据
参见