HexConvert.ToBytes Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > HexConvert Class > HexConvert Methods >

HexConvert.ToBytes Method

BR.AN.PviServices .NET


Gets the byte representation of the value

[Visual Basic]

Public Shared Sub ToBytes( _

  ByVal hex As String _

)

[C#]

public static byte[] ToBytes(

  string hex

);

Parameters

hex

the HEX string

Return Value

The byte representation of the value.

See Also

HexConvert Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]