点击或拖拽改变大小

IByteTransformTransByte 方法 (UInt64)

ulong变量转化缓存数据,一个ulong数据可以转为8个字节的byte数组
Ulong variable converts cache data, a ulong data can be converted into 8-byte byte array

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
byte[] TransByte(
	ulong value
)

参数

value
类型:SystemUInt64
等待转化的数据

返回值

类型:Byte
buffer数据
参见