| CryptoHelperHexaToBytes Method | 
            Converts string of hexadecimal digits (each byte is represented by 2 digits) to a byte array.
            
 
Namespace: CMS.Helpers.InternalAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
Syntaxpublic static byte[] HexaToBytes(
	string hexaString
)
Parameters
- hexaString
- Type: SystemString
 Hexadecimal string to be converted to a byte array.
Return Value
Type: 
ByteByte array converted from 
hexaString.
 See Also
See AlsoReference
CryptoHelperHexaToBytes(String)