Click or drag to resize

CnvFromBase58 Method

Convert a base58-encoded string to an equivalent array of 8-bit unsigned integers.

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

Parameters

s  String
Base58-encoded data

Return Value

Byte
Data as array of bytes
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