TouchSocketBitConverterGetBytes(Int64) 方法
将长整型值转换为按指定端序排列的8字节数组。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public byte[] GetBytes(
long value
)
Public Function GetBytes (
value As Long
) As Byte()
member GetBytes :
value : int64 -> byte[]
- value Int64
- 要转换的长整型值。
Byte一个包含转换后的8字节的数组。