CryptoSys API Library Manual

cnvBytesFromHexStr

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

Syntax

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

Parameters

strHex
Hexadecimal data to be decoded.

Return Value

Byte(): Array of bytes.

Remarks

Same as cnvFromHex.
[PREV: cnvBytesFromB64Str...]   [Contents]   [Index]   
   [NEXT: cnvBytesLen...]

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