<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > HexConvert Class > HexConvert Methods > HexConvert.ToHexString Method |
Gets the HEX string.
[Visual Basic]
Public Shared Sub ToHexString( _
ByVal bytes As Byte _
)
[C#]
public static string ToHexString(
byte[] bytes
);
bytes
Bytes to convert.
The string containing the value n hex format.
HexConvert Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]