TouchSocketBitConverterGetBytes(Int32) 方法
将整数转换为指定字节序的4字节数组。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public byte[] GetBytes(
int value
)
Public Function GetBytes (
value As Integer
) As Byte()
member GetBytes :
value : int -> byte[]
- value Int32
- 要转换的整数。
Byte转换后的字节数组。