Click or drag to resize

CnvToBase58 Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string ToBase58(
	byte[] binaryData
)

Parameters

binaryData  Byte
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.
See Also