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