CryptoSys PKI Pro Manual

Cnv.FromBase58 Method

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

Syntax

[C#]
public static byte[] FromBase58(
	string s
)
[VB.NET]
Public Shared Function FromBase58 ( _
	s As String _
) As Byte()

Parameters

s
Base58-encoded data

Return Value

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

VB6/C equivalent: CNV_Base58ToBytes

[Contents] [Index]

[PREV: Cnv.CheckUTF8File Method...]   [Contents]   [Index]   
   [NEXT: Cnv.FromBase64 Method...]

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