TouchSocketBitConverterGetBytes(Decimal) 方法
将指定的 decimal 值转换为一个包含该值的字节数组。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public byte[] GetBytes(
decimal value
)
Public Function GetBytes (
value As Decimal
) As Byte()
member GetBytes :
value : decimal -> byte[]
- value Decimal
- 要转换的 decimal 值。
Byte一个包含转换后的字节的字节数组。