CryptoSys API Library Manual

cnvFromHex

Decodes a hexadecimal-encoded string as an array of bytes.

Syntax

[VBA]
Public Function cnvFromHex ( _
    strHex As String _
) As Byte()

Parameters

strHex
Hexadecimal-encoded data to be decoded.

Return Value

Byte(): Array of bytes.

Remarks

A shorter synonym for cnvBytesFromHexStr
[PREV: cnvFromBase64...]   [Contents]   [Index]   
   [NEXT: cnvHexFilter...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.