CryptoSys PKI Pro Manual

cnvStringFromHexStr

Decode a hexadecimal-encoded string as an ANSI string.

Syntax

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

Parameters

szHex
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: cnvReverseBytes...]   [Contents]   [Index]   
   [NEXT: cnvToBase64...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.