CryptoSys PKI Pro Manual

cnvBase58FromBytes

Convert 8-bit binary data to equivalent base58-encoded string format.

Syntax

[VBA]
Public Function cnvBase58FromBytes ( _
    lpInput() As Byte _
) As String

Parameters

lpInput
Binary data.

Return Value

String: Base58-encoded string.

Remarks

This uses the "Bitcoin" scheme of base58 encoding where the leading character "1" is reserved for representing an entire leading zero byte.
[PREV: cnvB64StrFromString...]   [Contents]   [Index]   
   [NEXT: cnvBase58ToBytes...]

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