Click or drag to resize
CryptoHelperHexaToBytes Method
Converts string of hexadecimal digits (each byte is represented by 2 digits) to a byte array.

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static byte[] HexaToBytes(
	string hexaString
)

Parameters

hexaString
Type: SystemString
Hexadecimal string to be converted to a byte array.

Return Value

Type: Byte
Byte array converted from hexaString.
See Also

Reference

CryptoHelperHexaToBytes(String)