'Declaration Public Function DecodeBase58NoChecksum( _ 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.DecodeBase58NoChecksum(encoded)
public System.byte[] DecodeBase58NoChecksum( System.string encoded )
public function DecodeBase58NoChecksum( encoded: System.String ): System.array of Byte;
public function DecodeBase58NoChecksum( encoded : System.String ) : System.byte[];
public: System.byte[]* DecodeBase58NoChecksum( System.string* encoded )
public: System.array<byte>^ DecodeBase58NoChecksum( System.String^ encoded )
Parameters
- encoded