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.