Click or drag to resize

Base16Decode Method

Decode hex string to byte array.

Namespace:  Guardtime.KSI.Utils
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static byte[] Decode(
	string s
)

Parameters

s
Type: SystemString
hex string

Return Value

Type: Byte
hex bytes
See Also