TouchSocketBitConverterGetBytes(Boolean) 方法
将布尔值转换为指定端1字节
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public byte[] GetBytes(
bool value
)
Public Function GetBytes (
value As Boolean
) As Byte()
member GetBytes :
value : bool -> byte[]
- value Boolean
- 要转换的布尔值
Byte转换后的字节数组