Click or drag to resize

EAPConvert.PackH Method

Converts an ASCII hex string encoding of binary data to its corresponding array of bytes. This provides equivalent functionality to the PHP Pack('H') method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static byte[] PackH(
	string hex
)

Parameters

hex
Type: System.String
The hex string to convert.

Return Value

Type:Byte[]
The corresponding binary data.
See Also