TouchSocketBitConverterGetBytes(UInt64) 方法
将指定的ulong类型值转换为8字节的字节数组。
此方法主要用于处理数据转换,确保数据格式符合特定需求。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public byte[] GetBytes(
ulong value
)
Public Function GetBytes (
value As ULong
) As Byte()
member GetBytes :
value : uint64 -> byte[]
- value UInt64
- 需要转换的ulong类型值。
Byte转换后的8字节字节数组。