 | SerialPortExToBytes 方法 |
Sweet 开发框架
字符串转换为数组
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public byte[] ToBytes(
string value
)
Public Function ToBytes (
value As String
) As Byte()
member ToBytes :
value : string -> byte[]
参数
- value
- 类型:SystemString
值
返回值
类型:
Byte结果
参见