'Declaration Public Function DecodeBase58WithChecksum( _ ByVal encoded As System.String _ ) As System.Byte()
'Usage Dim instance As Encryption Dim encoded As System.String Dim value() As System.Byte value = instance.DecodeBase58WithChecksum(encoded)
public System.byte[] DecodeBase58WithChecksum( System.string encoded )
public function DecodeBase58WithChecksum( encoded: System.String ): System.array of Byte;
public function DecodeBase58WithChecksum( encoded : System.String ) : System.byte[];
public: System.byte[]* DecodeBase58WithChecksum( System.string* encoded )
public: System.array<byte>^ DecodeBase58WithChecksum( System.String^ encoded )
Parameters
- encoded