ConvertHelperBinToHex Method |
将字符数组转换成16进制字符串 bin2hex
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string BinToHex(
byte[] bytes
)
Public Shared Function BinToHex (
bytes As Byte()
) As String
public:
static String^ BinToHex(
array<unsigned char>^ bytes
)
static member BinToHex :
bytes : byte[] -> string
Parameters
- bytes
- Type: SystemByte
[Missing <param name="bytes"/> documentation for "M:Adf.ConvertHelper.BinToHex(System.Byte[])"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.ConvertHelper.BinToHex(System.Byte[])"]
See Also