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: 12.0.0
Syntax public 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 Reference
CryptoHelperHexaToBytes(String)