HexConvert.ToHexString Method

<< 点击显示目录 >>

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

HexConvert.ToHexString Method

BR.AN.PviServices .NET


Gets the HEX string.

[Visual Basic]

Public Shared Sub ToHexString( _

  ByVal bytes As Byte _

)

[C#]

public static string ToHexString(

  byte[] bytes

);

Parameters

bytes

Bytes to convert.

Return Value

The string containing the value n hex format.

See Also

HexConvert Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]