ByteBufferFromHexString Method

Converts hexadecimal string to byte array. Each two charecters are converted to one byte.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static byte[] FromHexString(
	string aHexString
)

Parameters

aHexString  String
Source string

Return Value

Byte
REsulting byte array

See Also