从字符串的内容提取UTF8编码的字节,加了对空的校验
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] GetUTF8Bytes(
string message
)
Public Shared Function GetUTF8Bytes (
message As String
) As Byte()
public:
static array<unsigned char>^ GetUTF8Bytes(
String^ message
)
static member GetUTF8Bytes :
message : string -> byte[]
参数
- message
- 类型:SystemString
字符串内容
返回值
类型:
Byte结果
参见