CryptoSys API Library Manual

cnvStringFromHexStr

Decodes a hexadecimal-encoded string as an ANSI string.

Syntax

[VBA]
Public Function cnvStringFromHexStr ( _
    ByVal strHex As String _
) As String

Parameters

strHex
Hexadecimal data to be decoded.

Return Value

String: Decoded string. For example, "6162632E" will be converted to "abc."

Remarks

Output is a string of "ANSI" characters of value between 0 and 255.
[PREV: cnvHexStrFromString...]   [Contents]   [Index]   
   [NEXT: cnvToBase64...]

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