CryptoSys PKI Pro Manual

Cnv.ToBase58 Method

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

Syntax

[C#]
public static string ToBase58(
   byte[] binaryData 
)
[VB]
Public Shared Function ToBase58 (
   binaryData As Byte() 
) As String

Parameters

binaryData  Byte
binary data

Return Value

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.

See Also

VB6/C equivalent: CNV_Base58FromBytes

[Contents] [Index]

[PREV: Cnv.StringFromHex Method...]   [Contents]   [Index]   
   [NEXT: Cnv.ToBase64(Byte) Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-17T11:18:15Z.