RegularByteTransformTransByte 方法 (UInt32) |
uint变量转化缓存数据,一个uint数据可以转为4个字节的byte数组
uint variable converts buffer data, a uint data can be converted into a 4-byte byte array
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public virtual byte[] TransByte(
uint value
)
Public Overridable Function TransByte (
value As UInteger
) As Byte()
public:
virtual array<unsigned char>^ TransByte(
unsigned int value
)
abstract TransByte :
value : uint32 -> byte[]
override TransByte :
value : uint32 -> byte[]
参数
- value
- 类型:SystemUInt32
等待转化的数据
返回值
类型:
Bytebuffer数据
实现
IByteTransformTransByte(UInt32)参见