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