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