TouchSocketBitConverterGetBytes(Byte, UInt64) 方法
将ulong类型值转换为指定端的8字节
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public void GetBytes(
ref byte buffer,
ulong value
)
Public Sub GetBytes (
ByRef buffer As Byte,
value As ULong
)
member GetBytes :
buffer : byte byref *
value : uint64 -> unit
参数
- buffer Byte
- 指向存放转换后字节的缓冲区的引用
- value UInt64
- 需要转换的ulong类型值