点击或拖拽改变大小

SoftBasicByteToHexString 方法 (String)

字符串数据转化成16进制表示的字符串
String data into a string of 16 binary representations

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static string ByteToHexString(
	string InString
)

参数

InString
类型:SystemString
输入的字符串数据

返回值

类型:String
返回的字符串
异常
异常条件
NullReferenceException
参见