点击或拖拽改变大小

SoftBasicBoolArrayToString 方法

将bool数组转换为字符串进行显示,true被转为1,false转换为0
Convert the bool array to a string for display, true is converted to 1, false is converted to 0

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public static string BoolArrayToString(
	bool[] array
)

参数

array
类型:SystemBoolean
bool数组

返回值

类型:String
转换后的字符串
参见