Click or drag to resize

EAPUtilFromHex Method

Converts a hex formatted string into an array of bytes.

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

Parameters

hexString
Type: SystemString
The string to convert

Return Value

Type: Byte
The byte array representation of the provided hex string.
See Also